forked from Mirrors/elk
fix: active status error for component NavBottom
(#264)
* fix: active status error for component `NavBottom` * set unocss config
This commit is contained in:
parent
61311dbeaa
commit
e951b0558b
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ export default defineConfig({
|
|||
presetAttributify(),
|
||||
presetIcons({
|
||||
scale: 1.2,
|
||||
extraProperties: {
|
||||
color: 'inherit',
|
||||
},
|
||||
}),
|
||||
presetTypography(),
|
||||
presetWebFonts({
|
||||
|
|
Loading…
Reference in a new issue