浏览代码

remove duplicate 'gray' color (#4249)

Luca Baffa 6 月之前
父节点
当前提交
01ca42648b
共有 1 个文件被更改,包括 0 次插入1 次删除
  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",