mobile: fix reminder ui in selection mode

This commit is contained in:
Ammar Ahmed
2024-02-23 03:40:23 +05:00
committed by Abdullah Atta
parent 3898cc7752
commit 2d83fde2c5

View File

@@ -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 ? (