Skip to content

Commit a7b435f

Browse files
Sai Sridhar Tarraclaude
authored andcommitted
Fix: rename inputPlaceholderText → inputPlaceholder (correct ThemeSupa type)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4332d4e commit a7b435f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/pages/auth/signin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function SigninPage() {
7171
inputBorderHover: '#d1d5db',
7272
inputLabelText: '#374151',
7373
inputText: '#111827',
74-
inputPlaceholderText: '#9ca3af',
74+
inputPlaceholder: '#9ca3af',
7575
inputBackground: '#ffffff',
7676
defaultButtonBackground: '#ffffff',
7777
defaultButtonBackgroundHover: '#f9fafb',

frontend/pages/auth/signup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default function SignupPage() {
9797
inputBorderHover: '#d1d5db',
9898
inputLabelText: '#374151',
9999
inputText: '#111827',
100-
inputPlaceholderText: '#9ca3af',
100+
inputPlaceholder: '#9ca3af',
101101
inputBackground: '#ffffff',
102102
defaultButtonBackground: '#ffffff',
103103
defaultButtonBackgroundHover: '#f9fafb',

0 commit comments

Comments
 (0)