Skip to content

Commit

Permalink
fix: change accent colors
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-wasmeier-titanom committed May 25, 2024
1 parent 4b6c06f commit 3717b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function App() {
const iconName = getIconName(route.name, focused);
return <Ionicons name={iconName} size={size} color={color} />;
},
tabBarActiveTintColor: "tomato",
tabBarActiveTintColor: "#3aaaef",
tabBarInactiveTintColor: "gray",
headerRight: () => (
<>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/screens/create-task.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export function CreateTaskScreen() {
taskType === "recurring" ? "non-recurring" : "recurring"
)
}
trackColor={{ true: "#24a0ed" }}
/>
<Text
className={
Expand Down

0 comments on commit 3717b4b

Please sign in to comment.