We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50935cb commit de6deabCopy full SHA for de6deab
1 file changed
frontend/src/components/console/nav/nav-balance.tsx
@@ -434,7 +434,7 @@ export default function NavBalance({ variant = "sidebar" }: NavBalanceProps) {
434
key={option.credits}
435
type="button"
436
className={cn(
437
- "rounded-md border p-4 text-left transition-colors hover:bg-accent disabled:cursor-not-allowed disabled:opacity-60",
+ "rounded-md border p-4 text-left transition-colors hover:border-primary/50 disabled:cursor-not-allowed disabled:opacity-60",
438
selectedRechargeCredits === option.credits && "border-2 border-primary",
439
)}
440
onClick={() => setSelectedRechargeCredits(option.credits)}
0 commit comments