Skip to content

Commit

Permalink
Fix: dark app bar in Article activity
Browse files Browse the repository at this point in the history
  • Loading branch information
proletarius101 committed Feb 23, 2021
1 parent 90d408a commit bb848ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/article.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:navigationIcon="@drawable/ic_back"
style="@style/Widget.MaterialComponents.Toolbar.PrimarySurface" />
style="@style/Widget.MaterialComponents.Toolbar.Surface" />

</com.google.android.material.appbar.AppBarLayout>

Expand Down

0 comments on commit bb848ad

Please sign in to comment.