Skip to content

Commit

Permalink
fix(theme): typo in color name (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-pogosyan committed Jul 19, 2022
1 parent 424c882 commit 4b38736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/components/VPFlyout.vue
Expand Up @@ -60,7 +60,7 @@ function onBlur() {
}
.VPFlyout:hover {
color: var(--vp-c-bland);
color: var(--vp-c-brand);
transition: color 0.25s;
}
Expand Down

0 comments on commit 4b38736

Please sign in to comment.