4.6.3-alpha1 (#529)

This commit is contained in:
Archer
2023-11-29 20:45:36 +08:00
committed by GitHub
parent 007fce2deb
commit b916183848
43 changed files with 515 additions and 184 deletions

View File

@@ -36,16 +36,17 @@ const MyRadio = ({
border={theme.borders.sm}
borderWidth={'1.5px'}
borderRadius={'md'}
bg={'myWhite.300'}
position={'relative'}
{...(value === item.value
? {
borderColor: 'myBlue.700'
borderColor: 'myBlue.500',
bg: 'myBlue.100'
}
: {
bg: 'myWhite.300',
_hover: {
bg: 'myBlue.100',
borderColor: 'myBlue.600'
bg: '#f5f8ff',
borderColor: '#b2ccff'
}
})}
_after={{