Skip to content

Commit 4b38736

Browse files
fix(theme): typo in color name (#1020)
1 parent 424c882 commit 4b38736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/theme-default/components/VPFlyout.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function onBlur() {
6060
}
6161
6262
.VPFlyout:hover {
63-
color: var(--vp-c-bland);
63+
color: var(--vp-c-brand);
6464
transition: color 0.25s;
6565
}
6666

0 commit comments

Comments
 (0)