Skip to content

Commit

Permalink
Minor theme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Jan 20, 2024
1 parent 9e4de21 commit 32695a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
android:drawablePadding="@dimen/content_padding"
android:textColor="?android:attr/textColorPrimary"
android:textSize="@dimen/text_content_title"
android:theme="@style/AccentChange"
app:fontFamily="@font/regular" />
1 change: 1 addition & 0 deletions library/src/main/res/layout/fragment_faqs_item_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
android:paddingStart="@dimen/content_margin"
android:paddingRight="@dimen/content_margin"
android:paddingEnd="@dimen/content_margin"
android:theme="@style/AccentChange"
app:fontFamily="@font/regular" />

<View
Expand Down

0 comments on commit 32695a1

Please sign in to comment.