diff --git a/base/src/main/res/values/themes.xml b/base/src/main/res/values/themes.xml index 1999bb97..006c52c7 100644 --- a/base/src/main/res/values/themes.xml +++ b/base/src/main/res/values/themes.xml @@ -17,6 +17,10 @@ @style/Typography.Label.Medium @style/Typography.Label.Small @style/PopupMenu + ?colorSurface + literal + @font/poppins500 + @font/poppins600 diff --git a/ui/src/main/res/layout/view_search_bar.xml b/ui/src/main/res/layout/view_search_bar.xml index f04fd314..d38cd585 100644 --- a/ui/src/main/res/layout/view_search_bar.xml +++ b/ui/src/main/res/layout/view_search_bar.xml @@ -18,6 +18,7 @@ android:shadowColor="#000" android:shadowDx="1" android:shadowDy="1" + android:textAppearance="?textAppearanceBodyLarge" app:layout_constraintEnd_toStartOf="@+id/overflowMenu" app:layout_constraintStart_toEndOf="@+id/searchIcon" app:layout_constraintTop_toTopOf="parent" />