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() {
if (!isCustomAlphaSet) {
cardAlpha = 0.70f
cardAlpha = 1f
}
if (!isCustomDimSet) {
cardDim = 0.5f