Skip to content

Commit

Permalink
update radio sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Apr 8, 2024
1 parent 8ddff4d commit 3939167
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react/src/components/form/Radio/Radio.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,17 @@
.small {
--fds-radio-size: var(--fds-sizing-5);

min-height: var(--fds-sizing-5);
min-height: var(--fds-sizing-8);
}

.medium {
--fds-radio-size: var(--fds-sizing-6);

min-height: var(--fds-sizing-6);
min-height: var(--fds-sizing-10);
}

.large {
--fds-radio-size: var(--fds-sizing-7);

min-height: var(--fds-sizing-7);
min-height: var(--fds-sizing-12);
}

0 comments on commit 3939167

Please sign in to comment.