Fix an issue with the layout dialog_photo_or_video.xml on Dark theme. Light theme does not use .Bridge, so no reason to use it for Dark theme.

I hope there will be no regression though...
This commit is contained in:
Benoit Marty 2021-05-04 23:26:06 +02:00
parent 2a411ccf6c
commit 9e4f1147f4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<!-- DARK THEME COLORS -->
<style name="AppTheme.Base.Dark" parent="Theme.MaterialComponents.NoActionBar.Bridge">
<style name="AppTheme.Base.Dark" parent="Theme.MaterialComponents.NoActionBar">
<!-- Riotx attribute for palette -->
<item name="riotx_background">@color/riotx_background_dark</item>
<item name="vctr_home_drawer_header_background">@color/vctr_home_drawer_header_background_dark</item>