diff --git a/color-module/src/schemes/swatch_style/setting.rs b/color-module/src/schemes/swatch_style/setting.rs index bfd67d5..ffa9fa8 100644 --- a/color-module/src/schemes/swatch_style/setting.rs +++ b/color-module/src/schemes/swatch_style/setting.rs @@ -17,8 +17,8 @@ impl Default for SwatchSchemeSetting { fn default() -> Self { Self { amount: 10, - min_lightness: 10.0, - max_lightness: 90.0, + min_lightness: 0.1, + max_lightness: 0.9, include_primary: false, dark_convert: ColorShifting { chroma: -0.3, diff --git a/src/color_functions/color_module_bg.wasm b/src/color_functions/color_module_bg.wasm index a988444..64de917 100644 Binary files a/src/color_functions/color_module_bg.wasm and b/src/color_functions/color_module_bg.wasm differ