Skip to content

Commit

Permalink
Merge pull request #225 from Peersyst/rc/fix/radio-button
Browse files Browse the repository at this point in the history
[RC] fix: RadioButton
  • Loading branch information
AgustinMJ authored May 22, 2024
2 parents b3856d3 + e224039 commit d3a80b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/genesys/packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@peersyst/react-components",
"author": "Peersyst",
"version": "3.9.30",
"version": "3.9.31",
"license": "MIT",
"main": "./src/index.tsx",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const radioColor = css(({ theme }) => ({
}));

export const RadioButtonRoot = styled.span`
flex-shrink: 0;
box-sizing: border-box;
position: relative;
display: flex;
Expand Down

0 comments on commit d3a80b6

Please sign in to comment.