Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(themes): update default toolbar and tab background to #fff #16454

Merged
merged 3 commits into from
Nov 26, 2018

Conversation

brandyscarney
Copy link
Member

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.

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.
@ionitron-bot ionitron-bot bot added the package: core @ionic/core package label Nov 26, 2018
@brandyscarney brandyscarney merged commit 12bcb41 into master Nov 26, 2018
@brandyscarney brandyscarney deleted the update-tab-defaults branch November 26, 2018 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement: change tab / toolbar defaults to white for both ios and md
1 participant