fix(ionic): use the correct colors in core and playwright (#29898)

This commit is contained in:
Maria Hutt
2024-10-01 08:03:15 -07:00
committed by GitHub
parent 7002933269
commit 9fc0d6242f
524 changed files with 41 additions and 31 deletions

View File

@@ -49,6 +49,10 @@ html.ios.ios {
font-family: -apple-system, BlinkMacSystemFont, "iosTestingFont", sans-serif;
}
:root.ionic {
--ionic-global-background-color: var(--background);
}
ion-content button,
main button {
display: inline-block;