One-digit unread badges should be round
This commit is contained in:
parent
17c0867e9d
commit
da3c7c7f3e
2 changed files with 1 additions and 8 deletions
|
@ -240,8 +240,6 @@ function UnreadIndicator({ count = 0 }: Readonly<{ count?: number }>) {
|
|||
classModifier = 'many';
|
||||
} else if (count > 9) {
|
||||
classModifier = 'two-digits';
|
||||
} else if (count === 0) {
|
||||
classModifier = 'marked-unread';
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue