refactor: change button variant from 'ghost' to 'text' across multiple components for consistency

This commit is contained in:
Maze Winther
2025-06-24 10:32:19 +02:00
parent 75ee0fb637
commit b9e1dcf23e
11 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const Input = React.forwardRef<HTMLInputElement, InputProps>(
{showPasswordToggle && (
<Button
type="button"
variant="ghost"
variant="text"
size="icon"
onClick={() => onShowPasswordChange?.(!showPassword)}
className="absolute right-0 top-0 h-full px-3 text-muted-foreground hover:text-foreground"