From 660e273594cba85755835c2cccfeca49ae885611 Mon Sep 17 00:00:00 2001
From: tehcneko <7764726+tehcneko@users.noreply.github.com>
Date: Fri, 2 Apr 2021 19:36:42 +0800
Subject: [PATCH] [app] Replace yellow with pink (#442)
---
app/src/main/res/values-night/colors_custom.xml | 2 +-
app/src/main/res/values/colors_custom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/values-night/colors_custom.xml b/app/src/main/res/values-night/colors_custom.xml
index bff3d58d..4e422a04 100644
--- a/app/src/main/res/values-night/colors_custom.xml
+++ b/app/src/main/res/values-night/colors_custom.xml
@@ -32,7 +32,7 @@
@color/material_green_200
@color/material_light_green_200
@color/material_lime_200
- @color/material_yellow_200
+ #ffa0ab
@color/material_amber_200
@color/material_orange_200
@color/material_deep_orange_200
diff --git a/app/src/main/res/values/colors_custom.xml b/app/src/main/res/values/colors_custom.xml
index 7f500f6e..5e93ab0a 100644
--- a/app/src/main/res/values/colors_custom.xml
+++ b/app/src/main/res/values/colors_custom.xml
@@ -32,7 +32,7 @@
@color/material_green_500
@color/material_light_green_500
@color/material_lime_500
- @color/material_yellow_500
+ #ff9ca8
@color/material_amber_500
@color/material_orange_500
@color/material_deep_orange_500