From 4a7646a7ba7fcf4896c50645038e3c5ba6019ee6 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Tue, 15 Mar 2022 17:59:37 +0000 Subject: [PATCH] providing online indicator color from the colors file instead of the element palette --- library/ui-styles/src/main/res/values/colors.xml | 4 ++-- library/ui-styles/src/main/res/values/palette_mobile.xml | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/library/ui-styles/src/main/res/values/colors.xml b/library/ui-styles/src/main/res/values/colors.xml index 0578a598e9..d887e7774e 100644 --- a/library/ui-styles/src/main/res/values/colors.xml +++ b/library/ui-styles/src/main/res/values/colors.xml @@ -123,8 +123,8 @@ @color/palette_gray_450 - @color/presence_online - @color/presence_online + @color/palette_element_green + @color/palette_element_green diff --git a/library/ui-styles/src/main/res/values/palette_mobile.xml b/library/ui-styles/src/main/res/values/palette_mobile.xml index 0e5a6865da..5610771f8a 100644 --- a/library/ui-styles/src/main/res/values/palette_mobile.xml +++ b/library/ui-styles/src/main/res/values/palette_mobile.xml @@ -53,8 +53,4 @@ @color/palette_verde @color/palette_azure @color/palette_grape - - - @color/palette_element_green - \ No newline at end of file