diff --git a/vector/src/main/res/color/bottom_navigation_icon_tint_selector.xml b/vector/src/main/res/color/bottom_navigation_icon_tint_selector.xml
index a6cf578295..403ed865e7 100644
--- a/vector/src/main/res/color/bottom_navigation_icon_tint_selector.xml
+++ b/vector/src/main/res/color/bottom_navigation_icon_tint_selector.xml
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/vector/src/main/res/drawable/bg_bottom_navigation.xml b/vector/src/main/res/drawable/bg_bottom_navigation.xml
new file mode 100644
index 0000000000..3011da0026
--- /dev/null
+++ b/vector/src/main/res/drawable/bg_bottom_navigation.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vector/src/main/res/layout/fragment_home_detail.xml b/vector/src/main/res/layout/fragment_home_detail.xml
index df21c6af80..3b8030a828 100644
--- a/vector/src/main/res/layout/fragment_home_detail.xml
+++ b/vector/src/main/res/layout/fragment_home_detail.xml
@@ -164,10 +164,6 @@
android:id="@+id/bottomNavigationView"
android:layout_width="0dp"
android:layout_height="wrap_content"
- android:background="?vctr_system"
- app:itemIconSize="20dp"
- app:itemIconTint="@color/bottom_navigation_icon_tint_selector"
- app:labelVisibilityMode="unlabeled"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
diff --git a/vector/src/main/res/values/styles_bottom_navigation.xml b/vector/src/main/res/values/styles_bottom_navigation.xml
new file mode 100644
index 0000000000..ddd5e7d30a
--- /dev/null
+++ b/vector/src/main/res/values/styles_bottom_navigation.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vector/src/main/res/values/theme_dark.xml b/vector/src/main/res/values/theme_dark.xml
index 3904ac5b45..4d200149ed 100644
--- a/vector/src/main/res/values/theme_dark.xml
+++ b/vector/src/main/res/values/theme_dark.xml
@@ -68,6 +68,7 @@
- @style/VectorButtonStyle
- @style/VectorToolbar
- @style/VectorAlertDialogStyleDark
+ - @style/VectorBottomNavigation
- @style/VectorTextInputLayout
diff --git a/vector/src/main/res/values/theme_light.xml b/vector/src/main/res/values/theme_light.xml
index 61e7242c94..1b46d09726 100644
--- a/vector/src/main/res/values/theme_light.xml
+++ b/vector/src/main/res/values/theme_light.xml
@@ -68,6 +68,7 @@
- @style/VectorButtonStyle
- @style/VectorToolbar
- @style/VectorAlertDialogStyleLight
+ - @style/VectorBottomNavigation
- @style/VectorTextInputLayout