Merge branch 'notification-color' into 'main'

Change notification badge color

See merge request reportcreator/reportcreator!614
This commit is contained in:
Michael Wedl 2024-07-08 13:27:24 +00:00
commit 4d040f142d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<s-btn-icon>
<v-badge v-if="notificationStore.unreadNotificationCount > 0" :content="notificationStore.unreadNotificationCount" color="info">
<v-badge v-if="notificationStore.unreadNotificationCount > 0" :content="notificationStore.unreadNotificationCount" color="primary-bg">
<v-icon icon="mdi-bell" />
</v-badge>
<v-icon v-else icon="mdi-bell" />