fix: overflow in radio button group (#2687)

This commit is contained in:
Whitewater
2023-06-05 03:18:53 -07:00
committed by GitHub
parent 5807f34935
commit 3b4cfc642f
2 changed files with 13 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ export const radioButton = style({
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
width: '75px',
padding: '0 30px',
height: '24px',
borderRadius: '8px',
filter: 'drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1))',