From c181757f9712c6cf12d3e3ffc8d5e9990e444d3f Mon Sep 17 00:00:00 2001 From: osodebailar Date: Sun, 3 Apr 2022 23:41:41 +0200 Subject: [PATCH] fix inrange background --- core/src/main/res/values-night/styles.xml | 2 +- core/src/main/res/values/styles.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/res/values-night/styles.xml b/core/src/main/res/values-night/styles.xml index 007d57ed8a..dcef1bf39c 100644 --- a/core/src/main/res/values-night/styles.xml +++ b/core/src/main/res/values-night/styles.xml @@ -217,7 +217,7 @@ @color/mdtp_line_dark @color/mdtp_line_dark - @color/black_alpha_20 + @color/inrangebackground @color/devslopepos @color/prediction @color/bgi diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml index e543f8cb1b..810077f242 100644 --- a/core/src/main/res/values/styles.xml +++ b/core/src/main/res/values/styles.xml @@ -225,7 +225,7 @@ @color/mdtp_line_dark @color/mdtp_line_dark - @color/black_alpha_20 + @color/inrangebackground @color/devslopepos @color/prediction @color/bgi