commit codes.

This commit is contained in:
2022-12-29 17:53:22 +08:00
parent d52055a0ae
commit d81542921b
18 changed files with 871 additions and 212 deletions

View File

@@ -11,12 +11,14 @@ import { NConfigProvider, type GlobalThemeOverrides } from 'naive-ui'
const themeOverrides: GlobalThemeOverrides = {
common: {
primaryColor: '#42b883',
primaryColor: '#6777ef',
primaryColorHover: 'rgba(103, 119, 239, 0.8)',
primaryColorPressed: '#515dbc',
borderRadius: '4px',
},
// Button: {
// textColor: '#FF0000',
// },
Button: {
fontSizeLarge: '18px',
},
// Select: {
// peers: {
// InternalSelection: {