Skip to content

Commit

Permalink
fix: avoid icon larger than header in notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Dec 30, 2022
1 parent 5a4ec04 commit 1a53226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/notifications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ onActivated(() => {
:title="showSettings ? t('notification.settings.close_btn') : t('notification.settings.show_btn')"
@click="showSettings = !showSettings"
>
<span aria-hidden="true" w-1.75em h-1.75em :class="showSettings ? 'i-ri:close-line' : 'i-ri:settings-line'" />
<span aria-hidden="true" :class="showSettings ? 'i-ri:close-line' : 'i-ri:settings-line'" />
</button>
</template>

Expand Down

0 comments on commit 1a53226

Please sign in to comment.