Skip to content

Commit bb848ad

Browse files
Fix: dark app bar in Article activity
1 parent 90d408a commit bb848ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/article.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
android:layout_width="match_parent"
1818
android:layout_height="?attr/actionBarSize"
1919
app:navigationIcon="@drawable/ic_back"
20-
style="@style/Widget.MaterialComponents.Toolbar.PrimarySurface" />
20+
style="@style/Widget.MaterialComponents.Toolbar.Surface" />
2121

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

0 commit comments

Comments
 (0)