Skip to content

Commit ead91ec

Browse files
fix: use bg-body on sign-up card for dark mode compatibility (#6973)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f226061 commit ead91ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/web/components/pages/HomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ const HomePage: React.FC = () => {
497497
) : (
498498
<>
499499
<Card
500-
className='mb-3 bg-white p-3'
500+
className='mb-3 bg-body p-3'
501501
contentClassName={classNames(
502502
'd-flex flex-column gap-3',
503503
{ 'bg-light200': preventEmailPassword },

0 commit comments

Comments
 (0)