diff --git a/library/ui-styles/src/main/res/values/theme_dark.xml b/library/ui-styles/src/main/res/values/theme_dark.xml
index a262dfe782..b9965439ff 100644
--- a/library/ui-styles/src/main/res/values/theme_dark.xml
+++ b/library/ui-styles/src/main/res/values/theme_dark.xml
@@ -43,7 +43,7 @@
- #FFFFFFFF
- - ?vctr_content_quinary
+ - ?vctr_system
- ?vctr_content_quinary
- ?vctr_system
- ?vctr_system
diff --git a/library/ui-styles/src/main/res/values/theme_light.xml b/library/ui-styles/src/main/res/values/theme_light.xml
index 6a1010bf28..531f590b6c 100644
--- a/library/ui-styles/src/main/res/values/theme_light.xml
+++ b/library/ui-styles/src/main/res/values/theme_light.xml
@@ -43,7 +43,7 @@
- #FF000000
- - ?vctr_content_quinary
+ - ?vctr_system
- ?vctr_content_quinary
- ?vctr_system
- ?vctr_system
diff --git a/vector/src/main/res/layout/item_profile_section.xml b/vector/src/main/res/layout/item_profile_section.xml
index d32dbdc8e0..8e00a3c8ce 100644
--- a/vector/src/main/res/layout/item_profile_section.xml
+++ b/vector/src/main/res/layout/item_profile_section.xml
@@ -5,7 +5,7 @@
style="@style/Widget.Vector.TextView.Title"
android:layout_width="match_parent"
android:layout_height="56dp"
- android:background="?vctr_list_separator_system"
+ android:background="?vctr_header_background"
android:gravity="bottom"
android:paddingStart="16dp"
android:paddingEnd="16dp"