mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(themes): update default toolbar and tab background to #fff (#16454)
fixes #16384 BREAKING CHANGES The default background color for the Toolbar and Tab Bar is now white (#fff). This can be changed by overriding the following CSS variables: ``` --ion-toolbar-background --ion-tab-bar-background --ion-tab-bar-background-focused ``` See https://beta.ionicframework.com/docs/theming/css-variables for more information.
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
<body>
|
||||
<ion-app>
|
||||
|
||||
<ion-header>
|
||||
<ion-toolbar translucent>
|
||||
<ion-header translucent>
|
||||
<ion-toolbar>
|
||||
<ion-title>Toolbar - Translucent</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
@@ -98,8 +98,8 @@
|
||||
</ion-grid>
|
||||
</ion-content>
|
||||
|
||||
<ion-footer>
|
||||
<ion-toolbar translucent>
|
||||
<ion-footer translucent>
|
||||
<ion-toolbar>
|
||||
<ion-title>Toolbar - Translucent</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-footer>
|
||||
|
||||
Reference in New Issue
Block a user