Add none to color scheme literal (#2055)

This commit is contained in:
Elijah Ahianyo 2023-10-27 18:21:21 +00:00 committed by GitHub
parent ff4c5a5cf8
commit a2e185cced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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