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:
Brandy Carney
2018-11-26 13:01:56 -05:00
committed by GitHub
parent 429e08344a
commit 12bcb415ee
3 changed files with 10 additions and 10 deletions

View File

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