fix(TopBar): project dropdown button not flat to be more accessible

This commit is contained in:
Guillaume Chau
2018-08-31 19:47:42 +02:00
parent 1333d5ef0d
commit 59dbc0241e

View File

@@ -5,7 +5,7 @@
:label="projectCurrent ? projectCurrent.name : $t('org.vue.components.status-bar.project.empty')"
class="current-project"
icon-right="arrow_drop_down"
button-class="flat round"
button-class="round"
>
<!-- Current project options -->