update: list ranges in menu

This commit is contained in:
Daniel
2025-11-22 01:32:53 +01:00
committed by Nicolás Hatcher Andrés
parent 126e62957a
commit a3c201e4e4
3 changed files with 35 additions and 6 deletions

View File

@@ -399,6 +399,7 @@ const ListItem = styled("div")<{ $isSelected: boolean }>(({ $isSelected }) => ({
alignItems: "flex-start",
justifyContent: "space-between",
padding: "8px 12px",
cursor: "pointer",
minHeight: "40px",
boxSizing: "border-box",
borderBottom: `1px solid ${theme.palette.grey[200]}`,