Skip to content

Commit

Permalink
Merge branch 'notification-color' into 'main'
Browse files Browse the repository at this point in the history
Change notification badge color

See merge request reportcreator/reportcreator!614
  • Loading branch information
MWedl committed Jul 8, 2024
2 parents 6012e59 + bef874a commit 4d040f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/NotificationMenuItem.vue
Original file line number Diff line number Diff line change
@@ -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" />
Expand Down

0 comments on commit 4d040f1

Please sign in to comment.