Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import constants from '../constants';
- const muiTheme = {
- fontFamily: constants.fontFamily,
- card: { fontWeight: constants.fontWeightNormal },
- badge: { fontWeight: constants.fontWeightNormal },
- subheader: { fontWeight: constants.fontWeightNormal },
- raisedButton: { fontWeight: constants.fontWeightNormal },
- flatButton: { fontWeight: constants.fontWeightNormal },
- inkBar: {
- backgroundColor: constants.colorBlue,
- },
- palette: {
- textColor: constants.textColorPrimary,
- primary1Color: constants.colorBlue,
- canvasColor: constants.primarySurfaceColor,
- borderColor: constants.dividerColor,
- },
- tabs: {
- backgroundColor: 'transparent',
- textColor: constants.colorMuted,
- selectedTextColor: constants.textColorPrimary,
- },
- button: { height: 38 },
- };
- export default muiTheme;
Advertisement
Add Comment
Please, Sign In to add comment