(feat): update methanium outline variant
All checks were successful
/ deploy-and-package (push) Successful in 1m5s

This commit is contained in:
Alois 2026-07-28 10:23:18 +02:00
commit ee9cf0c23a
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
3 changed files with 7 additions and 3 deletions

View file

@ -22,6 +22,7 @@ const navigation = [
{ label: "Orange", icon: Blocks, variant: "subtleDefault" },
{ label: "Apple", icon: Palette, variant: "outline" },
{ label: "Kiwi", icon: Settings, variant: "secondary" },
{ label: "Ghost", icon: Settings, variant: "ghost" },
] as const;
type Category = "conversations" | "communities";