mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
feat: radio button updated and switch improvements
This commit is contained in:
parent
8b0d152dbd
commit
02cb85d2be
@ -148,6 +148,7 @@ const Switch: React.FC<SwitchProps> = ({
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: all 0.25s ease;
|
transition: all 0.25s ease;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border: 1px solid transparent;
|
||||||
background-color: ${theme.palette.accents_1};
|
background-color: ${theme.palette.accents_1};
|
||||||
box-shadow: inset 0 0 4px 0 rgb(0 0 0 / 5%);
|
box-shadow: inset 0 0 4px 0 rgb(0 0 0 / 5%);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user