From 299e26bebe14d020037d759df192a77c45d21393 Mon Sep 17 00:00:00 2001 From: Salman Abuhaimed Date: Tue, 31 Mar 2026 06:13:31 +0300 Subject: [PATCH] make day plan side bar icons more readable --- .../src/components/Planner/DayPlanSidebar.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/client/src/components/Planner/DayPlanSidebar.tsx b/client/src/components/Planner/DayPlanSidebar.tsx index 4641259..99081d9 100644 --- a/client/src/components/Planner/DayPlanSidebar.tsx +++ b/client/src/components/Planner/DayPlanSidebar.tsx @@ -810,14 +810,14 @@ export default function DayPlanSidebar({ /> ) : (
- + {day.title || t('dayplan.dayN', { n: index + 1 })} {(() => { const dayAccs = accommodations.filter(a => day.id >= a.start_day_id && day.id <= a.end_day_id) @@ -865,17 +865,17 @@ export default function DayPlanSidebar({
@@ -1423,8 +1423,8 @@ export default function DayPlanSidebar({ {NOTE_ICONS.map(({ id, Icon }) => ( ))} @@ -1446,7 +1446,7 @@ export default function DayPlanSidebar({ placeholder={t('dayplan.noteSubtitle')} style={{ fontSize: 12, border: '1px solid var(--border-primary)', borderRadius: 8, padding: '7px 10px', fontFamily: 'inherit', outline: 'none', width: '100%', boxSizing: 'border-box', color: 'var(--text-primary)', resize: 'none', lineHeight: 1.4 }} /> -
= 140 ? '#d97706' : 'var(--text-faint)', marginTop: -2 }}>{ui.time?.length || 0}/150
+
= 140 ? '#d97706' : 'var(--text-faint)', marginTop: -2 }}>{ui.time?.length || 0}/150