Skip to content

Commit

Permalink
font-medium for settings when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
benjreinhart committed Jul 23, 2024
1 parent d5e18e3 commit 31e4918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/components/session-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function SessionMenu({
<div className="space-y-1.5 text-tertiary-foreground">
<button
className={cn('flex items-center gap-2 hover:text-foreground cursor-pointer', {
'text-run hover:text-run': installingDependencies,
'text-run hover:text-run font-medium': installingDependencies,
})}
onClick={() => setShowSettings(true)}
>
Expand Down

0 comments on commit 31e4918

Please sign in to comment.