refactor: refs #7186 fill-icon change
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-04-10 08:00:36 +02:00
parent 15d4b54dda
commit f9de26933a
1 changed files with 1 additions and 3 deletions

View File

@ -219,9 +219,7 @@ async function addExpense() {
:name="actionIcon"
:size="actionIcon === 'add' ? 'xs' : 'sm'"
:class="['default-icon', { '--add-icon': actionIcon === 'add' }]"
:style="{
'font-variation-settings': `'FILL' ${1}`,
}"
:style="fill-icon"
>
<QTooltip>
{{ t('Create expense') }}