@pxblue/react-native-themes v6.0.0
brightlayer-ui-agent
released this
01 Oct 16:26
·
204 commits
to master
since this release
v6.0.0 (October 1, 2021)
Added
- Many new theme color properties to give greater control over the styles of various components. Note that the global ReactNativePaper namespace will need to be updated in your application to use these properties.
Removed
- The
blueDarkAlt
theme has been consolidated into theblueDark
theme and a selection of wrapper components in the@pxblue/react-native-components
library. This eliminates the need for using two theme providers and writing your own wrappers for these components. theme.colors.textSecondary
— usetheme.colors.textPalette.secondary
instead.