Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
fix(PopUptheme/style): Fix color tint popup theme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnGgIt86 committed Oct 8, 2024
1 parent b85bfa2 commit 058ab2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/values-night/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@

<style name="AppTheme.PopupOverlay" parent="@style/ThemeOverlay.Material3.Dark">
<item name="android:backgroundTint">@color/uwu_bg_card</item>
<item name="android:textColor">@color/colorText</item>
<item name="android:tint">@color/colorText</item>
<item name="colorControlNormal">@color/colorText</item>
</style>

<style name="Dialog.Signal" parent="Theme.MaterialComponents.DayNight.Dialog">
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@

<style name="AppTheme.PopupOverlay" parent="@style/ThemeOverlay.Material3.Light">
<item name="android:backgroundTint">@color/uwu_bg_card</item>
<item name="android:textColor">@color/colorText</item>
<item name="android:tint">@color/colorText</item>
<item name="colorControlNormal">@color/colorText</item>
</style>

<style name="fab_square">
Expand Down

0 comments on commit 058ab2d

Please sign in to comment.