소스 검색

Add none to color scheme literal (#2055)

Elijah Ahianyo 1 년 전
부모
커밋
a2e185cced
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      reflex/components/libs/chakra.py

+ 1 - 0
reflex/components/libs/chakra.py

@@ -97,6 +97,7 @@ class ChakraColorModeProvider(Component):
 
 
 LiteralColorScheme = Literal[
+    "none",
     "gray",
     "red",
     "orange",