Skip to content

Commit 3353ba7

Browse files
committed
Improves Settings and Usage button states
1 parent d1574d9 commit 3353ba7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,10 @@ function ProjectSelector({
314314
>
315315
<div className="flex flex-col gap-2 bg-charcoal-750 p-2">
316316
<div className="flex items-center gap-2.5">
317-
<div className="box-content size-10 overflow-clip rounded-sm border border-charcoal-700 bg-charcoal-850">
317+
<div className="box-content size-10 overflow-clip rounded-sm bg-charcoal-800">
318318
<Avatar avatar={organization.avatar} className="size-10" includePadding />
319319
</div>
320-
<div className="space-y-0.5">
320+
<div className="space-y-[0.3125rem]">
321321
<Paragraph variant="extra-small/bright">{organization.title}</Paragraph>
322322
<div className="flex items-baseline">
323323
{plan && (
@@ -342,6 +342,7 @@ function ProjectSelector({
342342
to={organizationSettingsPath(organization)}
343343
fullWidth
344344
iconSpacing="gap-1.5"
345+
className="group-hover/button:border-charcoal-500"
345346
>
346347
<CogIcon className="size-4 text-text-dimmed" />
347348
<span className="text-text-bright">Settings</span>
@@ -351,6 +352,7 @@ function ProjectSelector({
351352
to={v3UsagePath(organization)}
352353
fullWidth
353354
iconSpacing="gap-1.5"
355+
className="group-hover/button:border-charcoal-500"
354356
>
355357
<ChartBarIcon className="size-4 text-text-dimmed" />
356358
<span className="text-text-bright">Usage</span>

0 commit comments

Comments
 (0)