From 3717b4b790f39c00a8a291cab93422effeef9450 Mon Sep 17 00:00:00 2001 From: julian-wasmeier-titanom Date: Sat, 25 May 2024 02:35:21 +0200 Subject: [PATCH] fix: change accent colors --- frontend/App.tsx | 2 +- frontend/src/screens/create-task.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/App.tsx b/frontend/App.tsx index ce8d70b..0fadc8b 100644 --- a/frontend/App.tsx +++ b/frontend/App.tsx @@ -95,7 +95,7 @@ export default function App() { const iconName = getIconName(route.name, focused); return ; }, - tabBarActiveTintColor: "tomato", + tabBarActiveTintColor: "#3aaaef", tabBarInactiveTintColor: "gray", headerRight: () => ( <> diff --git a/frontend/src/screens/create-task.tsx b/frontend/src/screens/create-task.tsx index 8881ae2..d1969d5 100644 --- a/frontend/src/screens/create-task.tsx +++ b/frontend/src/screens/create-task.tsx @@ -186,6 +186,7 @@ export function CreateTaskScreen() { taskType === "recurring" ? "non-recurring" : "recurring" ) } + trackColor={{ true: "#24a0ed" }} />