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 d2fa6cd8b5..72913347e2 100644 --- a/library/ui-styles/src/main/res/values/palette_mobile.xml +++ b/library/ui-styles/src/main/res/values/palette_mobile.xml @@ -5,7 +5,7 @@ Source: https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=1521%3A23026 --> @color/palette_element_green - @color/palette_element_green + @color/palette_gray_400 @color/palette_vermilion @color/palette_vermilion diff --git a/library/ui-styles/src/main/res/values/styles_tablayout.xml b/library/ui-styles/src/main/res/values/styles_tablayout.xml index a4a48ebfe4..b103064c69 100644 --- a/library/ui-styles/src/main/res/values/styles_tablayout.xml +++ b/library/ui-styles/src/main/res/values/styles_tablayout.xml @@ -11,7 +11,7 @@ diff --git a/vector/src/main/res/layout/fragment_new_home_detail.xml b/vector/src/main/res/layout/fragment_new_home_detail.xml index d20223a382..b1c9fc14f0 100644 --- a/vector/src/main/res/layout/fragment_new_home_detail.xml +++ b/vector/src/main/res/layout/fragment_new_home_detail.xml @@ -115,7 +115,7 @@ app:layout_constraintBottom_toTopOf="@id/newLayoutCreateChatButton" app:layout_constraintEnd_toEndOf="@id/newLayoutCreateChatButton" app:layout_constraintStart_toStartOf="@id/newLayoutCreateChatButton" - app:tint="?attr/colorPrimary" + app:tint="?vctr_content_primary" tools:targetApi="lollipop_mr1" tools:visibility="visible" />