From 9a58f6298d2a30db9a1f351fc2fe0412e2023e9d Mon Sep 17 00:00:00 2001 From: charlie Date: Wed, 9 Jul 2025 18:49:44 +0800 Subject: [PATCH] fix(mobile): button styles --- src/main/mobile/components/app.css | 7 +++++++ 1 file changed, 7 insertions(+) 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) {