Skip to content

Commit

Permalink
fix(primitives): fix radio button sizing issue (#3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanksdesign committed Nov 29, 2022
1 parent 5102361 commit a5b8696
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/small-planes-train.md
@@ -0,0 +1,6 @@
---
"@aws-amplify/ui": patch
"@aws-amplify/ui-react": patch
---

fix(primitives): fix radio button sizing issue #2756
1 change: 1 addition & 0 deletions packages/ui/src/theme/css/component/radio.scss
Expand Up @@ -10,6 +10,7 @@
}

.amplify-radio__button {
flex-shrink: 0;
align-items: var(--amplify-components-radio-button-align-items);
justify-content: var(--amplify-components-radio-button-justify-content);
padding: var(--amplify-components-radio-button-padding);
Expand Down

0 comments on commit a5b8696

Please sign in to comment.