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", },