From 161e6df7facfa2929d1d21628c7d3f88232377ec Mon Sep 17 00:00:00 2001 From: Tigran Date: Mon, 30 Aug 2021 13:33:24 +0300 Subject: [PATCH] Add night color --- auth/src/main/res/values-night/colors.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/src/main/res/values-night/colors.xml b/auth/src/main/res/values-night/colors.xml index 95c7afb..7e0b472 100644 --- a/auth/src/main/res/values-night/colors.xml +++ b/auth/src/main/res/values-night/colors.xml @@ -1,5 +1,6 @@ #000 + #6b7a99 #fff \ No newline at end of file