From 03f13bacbf9e3743a8a46b9acc04296ddc54be32 Mon Sep 17 00:00:00 2001
From: axelherbstreith <75120552+axelherbstreith@users.noreply.github.com>
Date: Tue, 23 Feb 2021 17:07:06 +0100
Subject: [PATCH] adapted text color (#2447)

Co-authored-by: harambasicluka <64483219+harambasicluka@users.noreply.github.com>
---
 .../src/main/res/color/button_text_color_emphasized.xml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Corona-Warn-App/src/main/res/color/button_text_color_emphasized.xml b/Corona-Warn-App/src/main/res/color/button_text_color_emphasized.xml
index f3502eefc..fb09f25be 100644
--- a/Corona-Warn-App/src/main/res/color/button_text_color_emphasized.xml
+++ b/Corona-Warn-App/src/main/res/color/button_text_color_emphasized.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:color="@color/colorBackground" android:state_enabled="false" /> <!-- disabled -->
+    <item android:color="@color/colorTextPrimary3" android:state_enabled="false" /> <!-- disabled -->
     <item android:color="@color/colorTextEmphasizedButton" /> <!-- default -->
 </selector>
\ No newline at end of file
-- 
GitLab