diff --git a/ui/src/main/res/drawable/list_item_background.xml b/ui/src/main/res/drawable/list_item_background.xml index 58997923..3a77b524 100644 --- a/ui/src/main/res/drawable/list_item_background.xml +++ b/ui/src/main/res/drawable/list_item_background.xml @@ -6,7 +6,7 @@ - + diff --git a/ui/src/main/res/values-night/themes.xml b/ui/src/main/res/values-night/themes.xml index a2d5022a..9187e48a 100644 --- a/ui/src/main/res/values-night/themes.xml +++ b/ui/src/main/res/values-night/themes.xml @@ -27,6 +27,5 @@ @color/md_theme_dark_inverseOnSurface @color/md_theme_dark_inverseSurface @color/md_theme_dark_inversePrimary - @color/md_theme_dark_surfaceVariant diff --git a/ui/src/main/res/values/attrs.xml b/ui/src/main/res/values/attrs.xml index 9ba1eea5..b91ac60e 100644 --- a/ui/src/main/res/values/attrs.xml +++ b/ui/src/main/res/values/attrs.xml @@ -2,7 +2,6 @@ - diff --git a/ui/src/main/res/values/themes.xml b/ui/src/main/res/values/themes.xml index aa937b87..e8d36cdd 100644 --- a/ui/src/main/res/values/themes.xml +++ b/ui/src/main/res/values/themes.xml @@ -27,6 +27,5 @@ @color/md_theme_light_inverseOnSurface @color/md_theme_light_inverseSurface @color/md_theme_light_inversePrimary - @color/md_theme_light_surfaceVariant