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 dbbdb8eecd..8fffb9f05f 100644 --- a/library/ui-styles/src/main/res/values/theme_dark.xml +++ b/library/ui-styles/src/main/res/values/theme_dark.xml @@ -76,7 +76,6 @@ @style/Widget.Vector.TextView.Body @style/Widget.Vector.Button @style/Widget.Vector.Toolbar - @style/ThemeOverlay.Vector.MaterialAlertDialog @style/BottomNavigation.Vector @style/Widget.Vector.SearchView @style/Widget.Vector.TextInputLayout @@ -89,6 +88,7 @@ @style/Theme.Vector.BottomSheetDialog.Dark + @style/ThemeOverlay.Vector.MaterialAlertDialog @color/element_link_dark 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 6cff9724aa..41786ca030 100644 --- a/library/ui-styles/src/main/res/values/theme_light.xml +++ b/library/ui-styles/src/main/res/values/theme_light.xml @@ -76,7 +76,6 @@ @style/Widget.Vector.TextView.Body @style/Widget.Vector.Button @style/Widget.Vector.Toolbar - @style/ThemeOverlay.Vector.MaterialAlertDialog @style/BottomNavigation.Vector @style/Widget.Vector.SearchView @style/Widget.Vector.TextInputLayout @@ -89,6 +88,7 @@ @style/Theme.Vector.BottomSheetDialog.Light + @style/ThemeOverlay.Vector.MaterialAlertDialog @color/element_link_light