mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: use fixed 5px gap in reminder list item footer
This commit is contained in:
@@ -68,7 +68,8 @@ function Reminder({
|
||||
footer={
|
||||
<Flex
|
||||
sx={{
|
||||
alignItems: "center"
|
||||
alignItems: "center",
|
||||
gap: 1
|
||||
}}
|
||||
>
|
||||
{reminder.disabled ? (
|
||||
@@ -87,7 +88,7 @@ function Reminder({
|
||||
/>
|
||||
)}
|
||||
{reminder.disabled ? null : (
|
||||
<PriorityIcon size={14} color="fontTertiary" sx={{ ml: 1 }} />
|
||||
<PriorityIcon size={14} color="fontTertiary" />
|
||||
)}
|
||||
{reminder.mode === "repeat" && reminder.recurringMode && (
|
||||
<IconTag
|
||||
|
||||
Reference in New Issue
Block a user