Skip to content

Commit c158653

Browse files
committed
Fix dialog neutral buttons in night mode (PP-3456).
1 parent e131a68 commit c158653

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

core/src/main/res/values/styles.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
<item name="colorSurface">@color/PalaceDialogBackgroundColor</item>
253253
<item name="colorOnSurface">@color/PalaceTextColor</item>
254254
<item name="buttonBarPositiveButtonStyle">@style/Palace.MaterialAlertDialog.Button</item>
255+
<item name="buttonBarNeutralButtonStyle">@style/Palace.MaterialAlertDialog.Button</item>
255256
<item name="buttonBarNegativeButtonStyle">@style/Palace.MaterialAlertDialog.Button</item>
256257
</style>
257258

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ POM_SCM_CONNECTION=scm:git:git://github.com/ThePalaceProject/android-theme
1111
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/ThePalaceProject/android-theme
1212
POM_SCM_URL=https://github.com/ThePalaceProject/android-theme
1313
POM_URL=https://github.com/ThePalaceProject/android-theme
14-
VERSION_NAME=1.5.0
15-
VERSION_PREVIOUS=1.4.0
14+
VERSION_NAME=1.6.0-SNAPSHOT
15+
VERSION_PREVIOUS=1.5.0
1616

1717
android.useAndroidX=true
1818
org.gradle.jvmargs=-Xmx4096m

0 commit comments

Comments
 (0)