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() {
|
fun setDarkModeDefaults() {
|
||||||
if (!isCustomAlphaSet) {
|
if (!isCustomAlphaSet) {
|
||||||
cardAlpha = 0.70f
|
cardAlpha = 1f
|
||||||
}
|
}
|
||||||
if (!isCustomDimSet) {
|
if (!isCustomDimSet) {
|
||||||
cardDim = 0.5f
|
cardDim = 0.5f
|
||||||
|
|||||||
Reference in New Issue
Block a user