diff --git a/apps/web/src/components/create-player-modal.tsx b/apps/web/src/components/create-player-modal.tsx index ff15571..8edae9f 100644 --- a/apps/web/src/components/create-player-modal.tsx +++ b/apps/web/src/components/create-player-modal.tsx @@ -106,7 +106,7 @@ export function CreatePlayerModal({ return (

diff --git a/apps/web/src/components/player-management.tsx b/apps/web/src/components/player-management.tsx index 43c424b..9518b90 100644 --- a/apps/web/src/components/player-management.tsx +++ b/apps/web/src/components/player-management.tsx @@ -55,7 +55,7 @@ export function PlayerManagement({ return (

diff --git a/apps/web/src/components/ui/button.tsx b/apps/web/src/components/ui/button.tsx index e63fd18..27670fa 100644 --- a/apps/web/src/components/ui/button.tsx +++ b/apps/web/src/components/ui/button.tsx @@ -9,8 +9,9 @@ const buttonVariants = cva( variant: { default: "bg-primary text-primary-foreground hover:bg-primary/90", outline: - "border border-border bg-transparent hover:bg-hover-neutral-bg hover:text-hover-neutral", - ghost: "hover:bg-hover-neutral-bg hover:text-hover-neutral", + "border border-border bg-transparent text-foreground hover:bg-hover-neutral-bg hover:text-hover-neutral", + ghost: + "text-foreground hover:bg-hover-neutral-bg hover:text-hover-neutral", }, size: { default: "h-8 px-3 text-xs",