Skip to content

Commit

Permalink
🎨 Update NeoClassicalCard to include 'invisible' status color (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDelobel authored Mar 10, 2024
1 parent e4037bc commit d33b461
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const Colors = {
dnd: "#f04747",
offline: "#747f8d",
streaming: "#593695",
invisible: "#747f8d",
};

const clamp = (value: number) => Math.max(0, Math.min(100, value));
Expand Down

0 comments on commit d33b461

Please sign in to comment.