Skip to content

Commit 42f7c6b

Browse files
authored
onboarding: change button appearance (#92108)
Make buttons look unselected when the checkbox is not pressed. https://github.com/user-attachments/assets/1a156d11-fa33-404c-84dc-3ab673c2e88a
1 parent b8e7d60 commit 42f7c6b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

static/app/components/onboarding/productSelection.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,6 @@ export function ProductSelection({
424424

425425
const ProductButton = withChonk(
426426
styled(Button)`
427-
border: 1px solid ${p => p.theme.purple300};
428-
color: ${p => p.theme.purple300};
429-
background: ${p => p.theme.purple100};
430-
431427
:hover,
432428
:focus-visible {
433429
border: 1px solid ${p => p.theme.purple300};

0 commit comments

Comments
 (0)