diff --git a/app/src/main/res/drawable/ic_byoda.xml b/app/src/main/res/drawable/ic_byoda.xml index 97edb8f9d5..da63bef0df 100644 --- a/app/src/main/res/drawable/ic_byoda.xml +++ b/app/src/main/res/drawable/ic_byoda.xml @@ -5,5 +5,5 @@ android:viewportHeight="24"> + android:fillColor="@color/byodagray"/> diff --git a/core/src/main/res/values-night/colors.xml b/core/src/main/res/values-night/colors.xml index f0cd81a3ae..407645b3d1 100644 --- a/core/src/main/res/values-night/colors.xml +++ b/core/src/main/res/values-night/colors.xml @@ -209,6 +209,7 @@ #424242 #3C3C3C #666666 + #999999 #8c8c8c #72000000 #c8666666 diff --git a/core/src/main/res/values-night/styles.xml b/core/src/main/res/values-night/styles.xml index 9814347521..2d60869111 100644 --- a/core/src/main/res/values-night/styles.xml +++ b/core/src/main/res/values-night/styles.xml @@ -121,7 +121,7 @@ @color/white_alpha_20 @color/tempTargetBackground - @color/colorLightGray + @color/byodagray @color/colorCalibrationButton @color/low diff --git a/core/src/main/res/values/colors.xml b/core/src/main/res/values/colors.xml index 0d2df61682..f112deb931 100644 --- a/core/src/main/res/values/colors.xml +++ b/core/src/main/res/values/colors.xml @@ -210,6 +210,7 @@ #424242 #3C3C3C #666666 + #777777 #8c8c8c #72000000 #c8666666 diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml index 1cfff0322c..fd14dc94f5 100644 --- a/core/src/main/res/values/styles.xml +++ b/core/src/main/res/values/styles.xml @@ -124,7 +124,7 @@ @color/white_alpha_20 @color/tempTargetBackground - @color/mdtp_line_dark + @color/byodagray @color/colorCalibrationButton @color/low