amalia/05-mei-26 #43

Merged
amaliadwiy merged 3 commits from amalia/05-mei-26 into join 2026-05-05 17:29:52 +08:00
8 changed files with 31 additions and 20 deletions
Showing only changes of commit bbacc2a5bd - Show all commits

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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