Skip to content

Commit

Permalink
dark mode stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylytran committed Apr 23, 2024
1 parent f616ab2 commit 6086900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ActiveTasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const ActiveTasks = ({ userID }) => {
return (
<View style={styles.container}>
<View style={styles.switchContainer}>
<Text>
<Text style={styles.taskText}>
Showing: {currentMonthOnly ? "This Month's Tasks" : "All Time Tasks"}
</Text>
<Switch value={currentMonthOnly} onValueChange={setCurrentMonthOnly} />
Expand Down

0 comments on commit 6086900

Please sign in to comment.