Commit f036dd03 authored by Marcelo Rivera's avatar Marcelo Rivera

(feat): added in new more_transparent_background_color

1 merge request!308WIP: (feat): Minds Pro
Pipeline #81917083 failed with stages
in 4 minutes and 24 seconds
......@@ -166,6 +166,7 @@ class Settings implements JsonSerializable
'primary_color' => $primaryColor,
'plain_background_color' => $plainBackgroundColor,
'transparent_background_color' => sprintf("%sa0", $plainBackgroundColor),
'more_transparent_background_color' => sprintf("%s50", $plainBackgroundColor),
'tile_ratio' => sprintf("%s%%", $tileRatioPercentage),
];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment