mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
web: fix background color of count in nav item
This commit is contained in:
committed by
Abdullah Atta
parent
1d58cfea3c
commit
6d9af85e2a
@@ -181,7 +181,11 @@ function NavigationItem(
|
||||
) : !isTablet && count !== undefined ? (
|
||||
<Text
|
||||
variant="subBody"
|
||||
sx={{ mr: 1, bg: "hover", px: "3px", borderRadius: "default" }}
|
||||
sx={{
|
||||
mr: 1,
|
||||
px: "3px",
|
||||
borderRadius: "default"
|
||||
}}
|
||||
>
|
||||
{count > 100 ? "100+" : count}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user