default.ts 510 B

123456789101112131415161718
  1. import { ConfigProviderThemeVars } from 'wot-design-uni'
  2. export const defaultThemeVars: ConfigProviderThemeVars = {
  3. // colorTheme: 'red',
  4. buttonPrimaryBgColor: '#000',
  5. // buttonPrimaryColor: '#07c160',
  6. buttonMediumRadius: '16rpx',
  7. buttonMediumHeight: '92rpx',
  8. // buttonLargeRadius: '8px',
  9. // buttonSmallRadius: '8px',
  10. tagPrimaryBg: '#000',
  11. tagPrimaryColor: '#fff',
  12. tagInfoBg: '#efefef',
  13. tagRoundRadius: '8rpx',
  14. colorTheme: 'black',
  15. // navbarTitleColor: '#fff',
  16. tabsNavBg: 'red',
  17. }