Skip to content

Commit

Permalink
Change colour of badge for contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
jengu288 committed Feb 2, 2024
1 parent e4e8248 commit 4ac746d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/gameShared/NotificationCount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<span
:style="cssProps"
class="rounded-pill badge d-inline-flex align-items-center justify-content-center p-0"
:class="{ 'bg-blue': !nextMajority, 'bg-orange': nextMajority }">
:class="{ 'bg-burgundy': !nextMajority, 'bg-orange': nextMajority }">
<slot />
</span>
</template>
Expand Down

0 comments on commit 4ac746d

Please sign in to comment.