From 43cad8751d662c6dba650e72e94f70c8f6caac63 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 23 Jun 2021 16:12:38 +0200 Subject: [PATCH] Reordering --- library/ui-styles/src/main/res/values/theme_dark.xml | 2 +- library/ui-styles/src/main/res/values/theme_light.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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