From 0bf55eb320fec3dc35233d2972cb3829cd5e6458 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Sat, 1 Mar 2025 09:41:10 +0500 Subject: [PATCH] mobile: minor ui fixups --- .../mobile/app/components/sheets/reminder/index.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/apps/mobile/app/components/sheets/reminder/index.tsx b/apps/mobile/app/components/sheets/reminder/index.tsx index 8622c661a..c6f93fdb2 100644 --- a/apps/mobile/app/components/sheets/reminder/index.tsx +++ b/apps/mobile/app/components/sheets/reminder/index.tsx @@ -349,7 +349,6 @@ export default function ReminderSheet({ borderRadius: 100, paddingVertical: DefaultAppStyles.GAP_VERTICAL_SMALL }} - height={35} type={ recurringMode === RecurringModes[mode as keyof typeof RecurringModes] @@ -385,9 +384,8 @@ export default function ReminderSheet({ type={ selectedDays.indexOf(index) > -1 ? "selected" : "plain" } - fontSize={AppFontSize.sm - 1} + fontSize={AppFontSize.xs} style={{ - width: 40, height: 40, borderRadius: 100, marginRight: 10 @@ -413,9 +411,8 @@ export default function ReminderSheet({ ? "selected" : "plain" } - fontSize={AppFontSize.sm - 1} + fontSize={AppFontSize.xs} style={{ - width: 40, height: 40, borderRadius: 100, marginRight: 10 @@ -499,16 +496,14 @@ export default function ReminderSheet({ borderRadius: defaultBorderRadius, flexDirection: "row", paddingVertical: DefaultAppStyles.GAP_VERTICAL_SMALL, - paddingHorizontal: DefaultAppStyles.GAP, alignItems: "center", justifyContent: "flex-start", - marginBottom: DefaultAppStyles.GAP_VERTICAL, - backgroundColor: colors.secondary.background + marginBottom: DefaultAppStyles.GAP_VERTICAL }} > <> {recurringMode === RecurringModes.Daily