mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): color tweak on board
This commit is contained in:
parent
2771328853
commit
9e27fd9b90
@ -240,7 +240,7 @@ const GalleryBoard = memo(
|
|||||||
w: 'full',
|
w: 'full',
|
||||||
maxW: 'full',
|
maxW: 'full',
|
||||||
borderBottomRadius: 'base',
|
borderBottomRadius: 'base',
|
||||||
bg: isSelected ? 'accent.400' : 'base.600',
|
bg: isSelected ? 'accent.400' : 'base.500',
|
||||||
color: isSelected ? 'base.50' : 'base.100',
|
color: isSelected ? 'base.50' : 'base.100',
|
||||||
_dark: {
|
_dark: {
|
||||||
bg: isSelected ? 'accent.500' : 'base.600',
|
bg: isSelected ? 'accent.500' : 'base.600',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user