From 80b5bb1b8f31eaba1f1593401fa0d64c7b4161cf Mon Sep 17 00:00:00 2001 From: Koen van Meijeren Date: Wed, 13 Dec 2023 15:40:47 +0100 Subject: [PATCH] chore: :construction: Update color config for nav bar --- src/lib/constants/Colors.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/constants/Colors.ts b/src/lib/constants/Colors.ts index 93d557ae..06ffce94 100644 --- a/src/lib/constants/Colors.ts +++ b/src/lib/constants/Colors.ts @@ -188,9 +188,9 @@ export const experimentalColorMap: Record<'dark' | 'light', ColorSchemeType> = { navBar: { backgroundColor: '#FAFAFA', itemBackgroundColor: '#FAFAFA', - activeItemBackgroundColor: '#ccc', + activeItemBackgroundColor: '#000000', color: '#000000', - activeColor: '#000000', + activeColor: '#FFFFFF', }, borderColor: '#ccc', subTitle: '#2B2A2A',