fix: link color
This commit is contained in:
parent
8c1721f1c0
commit
1771291c08
6 changed files with 9 additions and 8 deletions
|
@ -46,7 +46,10 @@ export default defineConfig({
|
|||
],
|
||||
theme: {
|
||||
colors: {
|
||||
primary: 'var(--c-primary)',
|
||||
primary: {
|
||||
DEFAULT: 'var(--c-primary)',
|
||||
active: 'var(--c-primary-active)',
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue