fix: sesuaikan warna panah navigasi kalender dengan tema gelap

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-05 16:50:13 +08:00
parent 5ad7874a92
commit bbacc2a5bd
6 changed files with 12 additions and 0 deletions

View File

@@ -229,6 +229,8 @@ export default function UpdateProjectTask() {
day_label: { color: colors.text },
time_label: { color: colors.text },
weekday_label: { color: colors.text },
button_next_image: { tintColor: colors.text },
button_prev_image: { tintColor: colors.text },
}}
/>
}