mirror of
https://github.com/romancm/gamebrary
synced 2024-11-30 23:09:14 +00:00
make board buttons secondary
This commit is contained in:
parent
149a1de1b2
commit
cb77c898eb
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
v-b-modal="modalId"
|
||||
:title="$t('board.addList.title')"
|
||||
size="sm"
|
||||
variant="outline-secondary"
|
||||
variant="secondary"
|
||||
v-b-tooltip.hover.left
|
||||
ref="addList"
|
||||
>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
v-b-tooltip.hover.left
|
||||
title="Board settings"
|
||||
class="mt-3"
|
||||
variant="outline-secondary"
|
||||
variant="secondary"
|
||||
size="sm"
|
||||
ref="addList"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue