chore: restyle topbar and side menu based on dmail
This commit is contained in:
@@ -12,8 +12,8 @@ export default function SideMenuItem({ href, title, icon, className, children, .
|
||||
{...restProps}
|
||||
href={href}
|
||||
className={`
|
||||
inline-flex gap-2 ps-8 items-center h-6 overflow-hidden text-nowrap
|
||||
text-[0.7rem] font-light text-disabled-text border-transparent
|
||||
inline-flex gap-3 ps-9 h-full w-full items-center overflow-hidden text-nowrap
|
||||
text-xs font-light text-disabled-text border-transparent
|
||||
data-[active]:border-s-6 data-[active]:border-black data-[active]:text-black
|
||||
${className}
|
||||
`}
|
||||
|
||||
Reference in New Issue
Block a user