From 181fa1383b6c1417bbc7d2836a92b954daec23f8 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Sat, 15 Apr 2023 12:47:09 -0300 Subject: [PATCH] fix: make compose button accent consistent with dark mode This is due to consistency and better usage of colors --- mastodon/src/main/res/values/styles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/res/values/styles.xml b/mastodon/src/main/res/values/styles.xml index ccdaa3dfb..24b012295 100644 --- a/mastodon/src/main/res/values/styles.xml +++ b/mastodon/src/main/res/values/styles.xml @@ -227,7 +227,7 @@ @color/black ?colorGray900 @color/black - ?android:colorAccent + ?colorGray100 #000