ui: update icons

This commit is contained in:
Anthony Fu 2022-12-19 21:31:12 +01:00
parent e880cd7b63
commit 72a3482e4e
4 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ onActivated(() => {
:title="$t(showSettings ? 'notification.settings.close_btn' : 'notification.settings.show_btn')"
@click="showSettings = !showSettings"
>
<span aria-hidden="true" w-1.75em h-1.75em :class="showSettings ? 'i-ri:close-circle-line' : 'i-ri:settings-3-fill'" />
<span aria-hidden="true" w-1.75em h-1.75em :class="showSettings ? 'i-ri:close-line' : 'i-ri:settings-line'" />
</button>
</template>