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
|
@ -50,6 +50,9 @@ export default defineConfig({
|
||||||
presetAttributify(),
|
presetAttributify(),
|
||||||
presetIcons({
|
presetIcons({
|
||||||
scale: 1.2,
|
scale: 1.2,
|
||||||
|
extraProperties: {
|
||||||
|
color: 'inherit',
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
presetTypography(),
|
presetTypography(),
|
||||||
presetWebFonts({
|
presetWebFonts({
|
||||||
|
|
Loading…
Reference in a new issue