Skip to content

Commit 10d4344

Browse files
Sai Sridhar Tarraclaude
authored andcommitted
Fix: remove invalid backgroundPrimary/Secondary/Alternative ThemeSupa properties
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a7b435f commit 10d4344

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

frontend/pages/auth/signin.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ export default function SigninPage() {
8383
messageText: '#374151',
8484
messageBackground: '#f9fafb',
8585
messageBorder: '#e5e7eb',
86-
// Force white background throughout
87-
backgroundPrimary: '#ffffff',
88-
backgroundSecondary: '#f9fafb',
89-
backgroundAlternative: '#ffffff',
9086
},
9187
radii: {
9288
borderRadiusButton: '0.75rem',

frontend/pages/auth/signup.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ export default function SignupPage() {
109109
messageText: '#374151',
110110
messageBackground: '#f9fafb',
111111
messageBorder: '#e5e7eb',
112-
backgroundPrimary: '#ffffff',
113-
backgroundSecondary: '#f9fafb',
114-
backgroundAlternative: '#ffffff',
115112
},
116113
radii: {
117114
borderRadiusButton: '0.75rem',

0 commit comments

Comments
 (0)