diff --git a/src/components/providers/ProviderActions.tsx b/src/components/providers/ProviderActions.tsx index 0705f38..025a8e7 100644 --- a/src/components/providers/ProviderActions.tsx +++ b/src/components/providers/ProviderActions.tsx @@ -29,7 +29,7 @@ export function ProviderActions({ disabled={isCurrent} className={cn( "w-20", - isCurrent && "text-muted-foreground hover:text-muted-foreground", + isCurrent && "bg-gray-200 text-muted-foreground hover:bg-gray-200 hover:text-muted-foreground dark:bg-gray-700 dark:hover:bg-gray-700", )} > {isCurrent ? ( @@ -69,12 +69,12 @@ export function ProviderActions({