mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): boards list layout & style tweaking
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user