fix: sesuaikan warna panah navigasi kalender dengan tema gelap
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -206,6 +206,8 @@ export default function TaskDivisionAddTask() {
|
||||
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 },
|
||||
}}
|
||||
/>
|
||||
</View>
|
||||
|
||||
@@ -177,6 +177,8 @@ export default function CreateTaskAddTugas() {
|
||||
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 },
|
||||
}}
|
||||
/>
|
||||
</View>
|
||||
|
||||
@@ -255,6 +255,8 @@ export default function UpdateProjectTaskDivision() {
|
||||
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 },
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
||||
@@ -195,6 +195,8 @@ export default function ProjectAddTask() {
|
||||
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 },
|
||||
}}
|
||||
/>
|
||||
</View>
|
||||
|
||||
@@ -179,6 +179,8 @@ export default function CreateProjectAddTask() {
|
||||
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 },
|
||||
}}
|
||||
/>
|
||||
</View>
|
||||
|
||||
@@ -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 },
|
||||
}}
|
||||
/>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user