Skip to content

Commit 998f86e

Browse files
committed
Fix dynamic colours not applying properly
Signed-off-by: Leonardo Ledda <leonardoledda@gmail.com>
1 parent fc2cc1e commit 998f86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/themes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33

4-
<style name="Theme.ReVancedUpdater" parent="Theme.Material3.DayNight.NoActionBar">
4+
<style name="Theme.ReVancedUpdater" parent="Theme.Material3.DynamicColors.DayNight.NoActionBar">
55
<item name="dialogCornerRadius">28dp</item>
66
<item name="android:fontFamily">@font/inter</item>
77
</style>

0 commit comments

Comments
 (0)