From ed3765adf7cb0a5b39cdabc9d1e5442fc5db7421 Mon Sep 17 00:00:00 2001 From: Hubbe <57641199+HubbeDev@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:13:00 +0100 Subject: [PATCH] fix: remove hls from slate ring variable (#922) --- apps/www/static/registry/themes/slate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/static/registry/themes/slate.json b/apps/www/static/registry/themes/slate.json index 7423e439d..7c72a9d6d 100644 --- a/apps/www/static/registry/themes/slate.json +++ b/apps/www/static/registry/themes/slate.json @@ -42,7 +42,7 @@ "destructive-foreground": "210 40% 98%", "border": "217.2 32.6% 17.5%", "input": "217.2 32.6% 17.5%", - "ring": "hsl(212.7,26.8%,83.9)" + "ring": "212.7 26.8% 83.9%" } } } \ No newline at end of file