Skip to content

Commit db7474f

Browse files
committed
Styled the plan badge a bit nicer
1 parent 6ed7115 commit db7474f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/navigation/SideMenuItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function SideMenuItem({
5656

5757
export function MenuCount({ count }: { count: number | string }) {
5858
return (
59-
<div className="rounded-full bg-charcoal-900 px-2 py-1 text-xxs uppercase tracking-wider text-text-dimmed">
59+
<div className="rounded border border-charcoal-650 bg-background-dimmed/70 px-1.5 py-1 text-xxs uppercase tracking-wider text-text-dimmed">
6060
{count}
6161
</div>
6262
);

0 commit comments

Comments
 (0)