fix(mobile): button styles

This commit is contained in:
charlie
2025-07-09 18:49:44 +08:00
parent 9d7d766ca4
commit 9a58f6298d

View File

@@ -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) {