(feat): update methanium outline variant
All checks were successful
/ deploy-and-package (push) Successful in 1m5s
All checks were successful
/ deploy-and-package (push) Successful in 1m5s
This commit is contained in:
parent
4bfea3353e
commit
ee9cf0c23a
3 changed files with 7 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue