fix: overflow in radio button group (#2687)

(cherry picked from commit 3b4cfc642f)
This commit is contained in:
Whitewater
2023-06-05 03:18:53 -07:00
committed by himself65
parent 35bda09c0c
commit 2f78afda97
2 changed files with 13 additions and 6 deletions
@@ -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))',