From 2405ef3e14596129c54fab43240faee0975e3945 Mon Sep 17 00:00:00 2001 From: ppc Date: Tue, 13 Aug 2024 20:52:28 +0100 Subject: [PATCH] update colour scheme --- amnet-native/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amnet-native/App.tsx b/amnet-native/App.tsx index c73c4b0..316098e 100644 --- a/amnet-native/App.tsx +++ b/amnet-native/App.tsx @@ -30,7 +30,8 @@ const AMDarkTheme: MD3Theme = { colors: { ...MD3DarkTheme.colors, primary: '#e11d48', - secondary: "#dc2626", + secondary: "#f97316", + tertiary: "#2563eb", background: "#09090b", surface: "#1c1917", },