Skip to content

Commit e0b7a8a

Browse files
samejrclaude
andcommitted
feat(webapp): drop the switch surround on the onboarding emails row
Moves it to minimal/medium so it matches Icon contrast. The old className carried a pr-3 that only made sense with the padded variant; without it the toggle lines up with the other controls in the column. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent b80cc8c commit e0b7a8a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • apps/webapp/app/routes/account._index

apps/webapp/app/routes/account._index/route.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,9 +461,8 @@ export default function Page() {
461461
<Switch
462462
id={marketingEmails.id}
463463
name={marketingEmails.name}
464-
variant="medium"
464+
variant="minimal/medium"
465465
defaultChecked={user.marketingEmails}
466-
className="w-fit pr-3"
467466
/>
468467
</div>
469468
</div>

0 commit comments

Comments
 (0)