Adjust the Dark Mode Card Transparency setting to the default value of 1
This commit is contained in:
@@ -83,7 +83,7 @@ object CardConfig {
|
||||
*/
|
||||
fun setDarkModeDefaults() {
|
||||
if (!isCustomAlphaSet) {
|
||||
cardAlpha = 0.70f
|
||||
cardAlpha = 1f
|
||||
}
|
||||
if (!isCustomDimSet) {
|
||||
cardDim = 0.5f
|
||||
|
||||
Reference in New Issue
Block a user