mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-27 12:07:43 +02:00
small fix
This commit is contained in:
@@ -42,7 +42,7 @@ const NotificationIconEntry = memo(
|
|||||||
}, [read, expanded]);
|
}, [read, expanded]);
|
||||||
|
|
||||||
return (
|
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
|
<Flex
|
||||||
gap="2"
|
gap="2"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
|
Reference in New Issue
Block a user