feat(ui): color tweak on board

This commit is contained in:
psychedelicious 2023-07-20 22:49:27 +10:00
parent 2771328853
commit 9e27fd9b90

View File

@ -240,7 +240,7 @@ const GalleryBoard = memo(
w: 'full',
maxW: 'full',
borderBottomRadius: 'base',
bg: isSelected ? 'accent.400' : 'base.600',
bg: isSelected ? 'accent.400' : 'base.500',
color: isSelected ? 'base.50' : 'base.100',
_dark: {
bg: isSelected ? 'accent.500' : 'base.600',