123456789101112131415161718 |
- import { ConfigProviderThemeVars } from 'wot-design-uni'
- export const defaultThemeVars: ConfigProviderThemeVars = {
- // colorTheme: 'red',
- buttonPrimaryBgColor: '#000',
- // buttonPrimaryColor: '#07c160',
- buttonMediumRadius: '16rpx',
- buttonMediumHeight: '92rpx',
- // buttonLargeRadius: '8px',
- // buttonSmallRadius: '8px',
- tagPrimaryBg: '#000',
- tagPrimaryColor: '#fff',
- tagInfoBg: '#efefef',
- tagRoundRadius: '8rpx',
- colorTheme: 'black',
- // navbarTitleColor: '#fff',
- tabsNavBg: 'red',
- }
|