Browse Source

remove duplicate 'gray' color (#4249)

Luca Baffa 6 months ago
parent
commit
01ca42648b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      reflex/constants/colors.py

+ 0 - 1
reflex/constants/colors.py

@@ -35,7 +35,6 @@ ColorType = Literal[
     "amber",
     "gold",
     "bronze",
-    "gray",
     "accent",
     "black",
     "white",