refactor: replace Tabs component with animated-tabs in InboxSidebar for improved UI transitions; adjust loading skeleton key props for consistency

This commit is contained in:
Anish Sarkar 2026-03-21 22:42:17 +05:30
parent 856073b61b
commit 7d33a69e20
2 changed files with 17 additions and 23 deletions

View file

@ -49,9 +49,9 @@ const VARIANT_CLASSES = {
} as const;
const ACTIVE_INDICATOR_CLASSES = {
default: "h-[4px] bg-primary dark:bg-primary",
default: "h-[2px] bg-primary dark:bg-primary",
pills: "hidden",
underlined: "h-[4px] bg-primary dark:bg-primary",
underlined: "h-[2px] bg-primary dark:bg-primary",
} as const;
const HOVER_INDICATOR_CLASSES = {