Skip to content

Commit

Permalink
more css touches
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepThePatel committed Apr 23, 2024
1 parent 8c7f96f commit 5b7c366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/ActiveTasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ActiveTasks = ({ userID }) => {
{ label: 'School', color: '#FFA07A' },
{ label: 'Work', color: '#20B2AA' },
{ label: 'Personal', color: '#778899' },
{ label: 'Gym', color: '#FFD700' },
{ label: 'Gym', color: '#ccac02' },
]);
const [currentMonthOnly, setCurrentMonthOnly] = useState(false);
const { theme } = useTheme();
Expand Down
2 changes: 2 additions & 0 deletions styles/ActiveTasksStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const getStyles = (theme) => StyleSheet.create({
},
labelText: {
color: 'white',
fontWeight: '800',
fontSize: 16,
},
title: {
color: theme === 'dark' ? 'white' : 'black',
Expand Down

0 comments on commit 5b7c366

Please sign in to comment.