feat(ui): boards list layout & style tweaking

This commit is contained in:
psychedelicious
2024-07-09 21:58:48 +10:00
parent 907b257984
commit 81cf47dd99
6 changed files with 243 additions and 256 deletions

View File

@ -52,8 +52,8 @@ const IAIDropOverlay = (props: Props) => {
bottom={0.5}
opacity={1}
borderWidth={2}
borderColor={isOver ? 'base.50' : 'base.300'}
borderRadius="lg"
borderColor={isOver ? 'base.300' : 'base.500'}
borderRadius="base"
borderStyle="dashed"
transitionProperty="common"
transitionDuration="0.1s"