This commit is contained in:
archer
2023-06-11 19:18:40 +08:00
parent 6b6da76ac1
commit 623018f408
25 changed files with 236 additions and 162 deletions

View File

@@ -158,11 +158,11 @@ const PcSliderBar = ({
cursor={'pointer'}
transition={'background-color .2s ease-in'}
_hover={{
backgroundImage: ['', theme.active.hoverBlueGradient]
backgroundImage: ['', theme.lgColor.hoverBlueGradient]
}}
{...(item._id === chatId
? {
backgroundImage: `${theme.active.activeBlueGradient}`
backgroundImage: `${theme.lgColor.activeBlueGradient}`
}
: {
bg: item.top ? 'myGray.200' : ''