7199-devToTest_2316 #282

Merged
alexm merged 75 commits from 7199-devToTest_2316 into test 2024-04-11 10:31:49 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit f9de26933a - Show all commits

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') }}