From b24763471f49cc3a5f37b1ccd675ee095648bacb Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Tue, 24 Dec 2024 16:08:09 +0100 Subject: [PATCH] yes --- stylix/palette.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylix/palette.nix b/stylix/palette.nix index af6cfe1..a3c8874 100644 --- a/stylix/palette.nix +++ b/stylix/palette.nix @@ -44,14 +44,14 @@ in { primaryScale = { dark = lib.mkOption { - type = lib.types.number; + type = lib.types.float; default = 1; description = '' Use this option to scale color values for the generated light theme. ''; }; light = lib.mkOption { - type = lib.types.number; + type = lib.types.float; default = 1; description = '' Use this option to scale color values for the generated light theme.