Skip to content

Commit

Permalink
Fix navigation bar color in attachments (#5196)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNovak authored Mar 6, 2024
1 parent a116b07 commit 23723cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<style name="StreamUi.AttachmentGallery" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<item name="streamUiTheme">@style/StreamUiTheme</item>
<item name="android:statusBarColor">@color/stream_ui_white</item>
<item name="android:navigationBarColor">@color/stream_ui_white</item>
<item name="android:navigationBarColor">@color/stream_ui_literal_transparent</item>
<item name="android:windowLightStatusBar">@bool/stream_ui_light_status_bar</item>
</style>
</resources>

0 comments on commit 23723cd

Please sign in to comment.