Added new "white" theme

• Added:
- new "white" theme which makes navigation bar white and sets appropriate styles for children
This commit is contained in:
mgabdev
2020-11-03 15:12:24 -06:00
parent 20f9e82959
commit e40f7e6765
8 changed files with 52 additions and 12 deletions

View File

@@ -113,7 +113,7 @@ Display.propTypes = {
}
Display.defaultProps = {
theme: 'light',
theme: 'white',
radiusSmallDisabled: true,
radiusCircleDisabled: true,
fontSize: 'normal',