mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
mobile: fix reminder ui in selection mode
This commit is contained in:
committed by
Abdullah Atta
parent
3898cc7752
commit
2d83fde2c5
@@ -63,8 +63,9 @@ const ReminderItem = React.memo(
|
||||
<SelectionWrapper onPress={openReminder} item={item} isSheet={isSheet}>
|
||||
<View
|
||||
style={{
|
||||
flexShrink: 1,
|
||||
opacity: item.disabled ? 0.5 : 1
|
||||
opacity: item.disabled ? 0.5 : 1,
|
||||
maxWidth: "80%",
|
||||
flexGrow: 1
|
||||
}}
|
||||
>
|
||||
<Heading
|
||||
@@ -74,7 +75,7 @@ const ReminderItem = React.memo(
|
||||
}}
|
||||
size={SIZE.md}
|
||||
>
|
||||
{item.title}
|
||||
{item.title} lasdk alkaskd aklskd sadl alksd kalskd aslkd laskldk sa
|
||||
</Heading>
|
||||
|
||||
{item.description ? (
|
||||
|
||||
Reference in New Issue
Block a user