From 0b213a60e5a6ce73c6722a64d9d9cd2f5b29ef42 Mon Sep 17 00:00:00 2001 From: Luca Baffa <47544021+lb803@users.noreply.github.com> Date: Sat, 26 Oct 2024 13:07:39 +0100 Subject: [PATCH] remove duplicate 'gray' color --- reflex/constants/colors.py | 1 - 1 file changed, 1 deletion(-) diff --git a/reflex/constants/colors.py b/reflex/constants/colors.py index ddd093f25a..60942c7751 100644 --- a/reflex/constants/colors.py +++ b/reflex/constants/colors.py @@ -35,7 +35,6 @@ "amber", "gold", "bronze", - "gray", "accent", "black", "white",