mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 01:36:30 +02:00
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:
parent
856073b61b
commit
7d33a69e20
2 changed files with 17 additions and 23 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue