Adjust the Dark Mode Card Transparency setting to the default value of 1

This commit is contained in:
ShirkNeko
2025-05-29 18:48:43 +08:00
parent 96dc53977f
commit 855a71ac56

View File

@@ -83,7 +83,7 @@ object CardConfig {
*/ */
fun setDarkModeDefaults() { fun setDarkModeDefaults() {
if (!isCustomAlphaSet) { if (!isCustomAlphaSet) {
cardAlpha = 0.70f cardAlpha = 1f
} }
if (!isCustomDimSet) { if (!isCustomDimSet) {
cardDim = 0.5f cardDim = 0.5f