Skip to content

Commit

Permalink
Fixed : Theme issues on Light Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Dec 3, 2024
1 parent 3cc4bdc commit 8d4e9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>

<style name="DarkAppTheme" parent="Theme.MaterialComponents.NoActionBar">
<style name="DarkAppTheme" parent="Theme.MaterialComponents.NoActionBar.Bridge">
<item name="contributionsListBackground">@color/contributionListDarkBackground</item>
<item name="tabBackground">@color/contributionListDarkBackground</item>
<item name="tabIndicatorColor">@color/white</item>
Expand Down Expand Up @@ -62,7 +62,7 @@
<item name="android:splitMotionEvents">false</item>
</style>

<style name="LightAppTheme" parent="Theme.MaterialComponents.NoActionBar">
<style name="LightAppTheme" parent="Theme.MaterialComponents.Light.NoActionBar.Bridge">
<item name="contributionsListBackground">@color/white</item>
<item name="tabBackground">@color/card_light_grey</item>
<item name="tabIndicatorColor">@color/primaryDarkColor</item>
Expand Down

0 comments on commit 8d4e9eb

Please sign in to comment.