Use buttons more consistently
This commit is contained in:
parent
0102709d92
commit
e960202607
21 changed files with 45 additions and 43 deletions
|
|
@ -18,7 +18,7 @@
|
|||
v-model="namespace.title"/>
|
||||
</p>
|
||||
<p class="control">
|
||||
<button :disabled="namespace.title === ''" @click="newNamespace()" class="button is-success noshadow">
|
||||
<button :disabled="namespace.title === ''" @click="newNamespace()" class="button is-primary noshadow">
|
||||
<span class="icon is-small">
|
||||
<icon icon="plus"/>
|
||||
</span>
|
||||
|
|
|
|||
Reference in a new issue