From 10779717cf30b3f70cad141b606d3abc5ab086f1 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Mon, 5 Dec 2022 17:20:40 -0300 Subject: [PATCH] Make follow requests icon badge follow the color scheme and also make it that the profile top bar menu also follows the theme. This should be it --- .../res/drawable/ic_follow_requests_24_badged.xml | 2 +- mastodon/src/main/res/values/styles.xml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mastodon/src/main/res/drawable/ic_follow_requests_24_badged.xml b/mastodon/src/main/res/drawable/ic_follow_requests_24_badged.xml index dfead8a2c..7f9048281 100644 --- a/mastodon/src/main/res/drawable/ic_follow_requests_24_badged.xml +++ b/mastodon/src/main/res/drawable/ic_follow_requests_24_badged.xml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/mastodon/src/main/res/values/styles.xml b/mastodon/src/main/res/values/styles.xml index 3319349fc..0e564b4ee 100644 --- a/mastodon/src/main/res/values/styles.xml +++ b/mastodon/src/main/res/values/styles.xml @@ -130,7 +130,7 @@ @color/custom_gray_800 @color/custom_gray_700 @color/custom_gray_900 - ?colorBackgroundLightest + @color/custom_gray_900 @color/gray_25 @color/custom_gray_800 @color/custom_gray_800 @@ -568,14 +568,14 @@