feat: radio button updated and switch improvements

This commit is contained in:
jrgarciadev 2021-04-28 22:37:20 -03:00
parent 8b0d152dbd
commit 02cb85d2be

View File

@ -148,6 +148,7 @@ const Switch: React.FC<SwitchProps> = ({
opacity: 1;
transition: all 0.25s ease;
position: relative;
border: 1px solid transparent;
background-color: ${theme.palette.accents_1};
box-shadow: inset 0 0 4px 0 rgb(0 0 0 / 5%);
padding: 0;