diff --git a/frontend/src/components/common/Button.tsx b/frontend/src/components/common/Button.tsx index e39b3f4e..5c7ebf83 100644 --- a/frontend/src/components/common/Button.tsx +++ b/frontend/src/components/common/Button.tsx @@ -32,7 +32,7 @@ export const Button = React.forwardRef( primary: 'btn-primary', secondary: 'btn-secondary', outline: 'btn-outline', - ghost: 'bg-transparent hover:bg-neutral-100 text-neutral-700', + ghost: 'bg-transparent hover:bg-neutral-100 dark:hover:bg-neutral-700 text-neutral-600 dark:text-neutral-300', }; const sizes = {