fix: font sizes and sidebar icons (#2461)
* fix: font sizes * fix: sidebar icons
This commit is contained in:
parent
732e33fefc
commit
4bd73630d1
13 changed files with 32 additions and 27 deletions
|
|
@ -75,7 +75,7 @@ export const NotificationPopover = () => {
|
|||
: "text-custom-sidebar-text-200 hover:bg-custom-sidebar-background-80"
|
||||
} ${store?.theme?.sidebarCollapsed ? "justify-center" : ""}`}
|
||||
>
|
||||
<Bell className="h-[18px] w-[18px]" />
|
||||
<Bell className="h-4 w-4" />
|
||||
{store?.theme?.sidebarCollapsed ? null : <span>Notifications</span>}
|
||||
{totalNotificationCount && totalNotificationCount > 0 ? (
|
||||
store?.theme?.sidebarCollapsed ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue