Browse Source

fix(mobile): button styles

charlie 8 months ago
parent
commit
9a58f6298d
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/main/mobile/components/app.css

+ 7 - 0
src/main/mobile/components/app.css

@@ -36,6 +36,13 @@ html.plt-capacitor.plt-android {
   }
 }
 
+html.plt-mobile {
+  button {
+    /* fix ionic default style */
+    border-style: solid;
+  }
+}
+
 html.has-mobile-keyboard {
   .ion-page:not(.ion-page-hidden) {
     & > ion-content::part(scroll) {