mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-13 03:12:47 +00:00
Update windi.config.ts
This commit is contained in:
parent
51a8dc1b3d
commit
00d1b6bf6b
@ -18,7 +18,9 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
primary: {
|
primary: {
|
||||||
DEFAULT: 'var(--primary-color)'
|
DEFAULT: 'var(--primary-color)',
|
||||||
|
dark: 'var(--primary-color-dark)',
|
||||||
|
light: 'var(--primary-color-light)'
|
||||||
},
|
},
|
||||||
red: {
|
red: {
|
||||||
DEFAULT: '#ED1B26',
|
DEFAULT: '#ED1B26',
|
||||||
@ -50,7 +52,8 @@ export default defineConfig({
|
|||||||
white: '#FFFFFF',
|
white: '#FFFFFF',
|
||||||
background: '#282828',
|
background: '#282828',
|
||||||
border: 'rgba(117, 117, 117, 0.1)',
|
border: 'rgba(117, 117, 117, 0.1)',
|
||||||
page: 'var(--page-bg-color)'
|
page: 'var(--page-bg-color)',
|
||||||
|
price: '#fc5227'
|
||||||
},
|
},
|
||||||
spacing: {
|
spacing: {
|
||||||
half: '50%',
|
half: '50%',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user