Skip to content

Commit 0ba3920

Browse files
committed
fix(ui): dark mode nav button badge counters
1 parent aee5c93 commit 0ba3920

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/@vue/cli-ui/src/components/ViewBadge.vue

+4
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,8 @@ export default {
6060
&.type-dim
6161
.counter
6262
background $md-grey
63+
64+
.vue-ui-dark-mode &
65+
.counter
66+
color white
6367
</style>

0 commit comments

Comments
 (0)