Skip to content

Commit 59dbc02

Browse files
author
Guillaume Chau
committed
fix(TopBar): project dropdown button not flat to be more accessible
1 parent 1333d5e commit 59dbc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:label="projectCurrent ? projectCurrent.name : $t('org.vue.components.status-bar.project.empty')"
66
class="current-project"
77
icon-right="arrow_drop_down"
8-
button-class="flat round"
8+
button-class="round"
99
>
1010
<!-- Current project options -->
1111

0 commit comments

Comments
 (0)