mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-10 04:39:19 +02:00
small fix
This commit is contained in:
parent
d03b3291ef
commit
f664e6e2a1
@ -42,7 +42,7 @@ const NotificationIconEntry = memo(
|
||||
}, [read, expanded]);
|
||||
|
||||
return (
|
||||
<Flex direction="column" bg={expanded || read === false ? "whiteAlpha.100" : undefined} rounded="md">
|
||||
<Flex direction="column" bg={expanded || !read ? "whiteAlpha.100" : undefined} rounded="md">
|
||||
<Flex
|
||||
gap="2"
|
||||
alignItems="center"
|
||||
|
Loading…
x
Reference in New Issue
Block a user