mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-11 13:28:57 +00:00
Update widget unread count style
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<span
|
||||
v-if="count > 0"
|
||||
class="bg-primary text-primary-foreground text-xs rounded-full min-w-[1.2rem] h-5 flex items-center justify-center font-bold"
|
||||
class="bg-primary text-primary-foreground text-xs rounded-full min-w-[1.3rem] h-5 flex items-center justify-center"
|
||||
>
|
||||
{{ count > 9 ? '9+' : count }}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user