commit codes.
This commit is contained in:
10
src/App.vue
10
src/App.vue
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user