Use icon-add in primary-text color
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
parent
a7641c9e75
commit
8083e70d1c
2 changed files with 8 additions and 1 deletions
|
|
@ -103,7 +103,7 @@
|
|||
:open.sync="questionMenuOpened"
|
||||
:menu-title="t('forms', 'Add a question')"
|
||||
:primary="true"
|
||||
:default-icon="isLoadingQuestions ? 'icon-loading-small' : 'icon-add-white'">
|
||||
:default-icon="isLoadingQuestions ? 'icon-loading-small' : 'icon-add-primary'">
|
||||
<ActionButton v-for="(answer, type) in answerTypes"
|
||||
:key="answer.label"
|
||||
:close-after-click="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue