diff --git a/src/main/mobile/components/app.css b/src/main/mobile/components/app.css index 3e30ef3a80..004d4558ef 100644 --- a/src/main/mobile/components/app.css +++ b/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) {