explain color and theme

This commit is contained in:
Your Name 2023-03-28 22:31:43 +08:00
parent 9666b9b99b
commit 2c15b51ea4

View File

@ -1,9 +1,7 @@
# """ # 'primary' 颜色对应 theme.py 中的 primary_hue
# 'primary' for main call-to-action, # 'secondary' 颜色对应 theme.py 中的 neutral_hue
# 'secondary' for a more subdued style, # 'stop' 颜色对应 theme.py 中的 color_er
# 'stop' for a stop button. # 默认按钮颜色是 secondary
# """
def get_functionals(): def get_functionals():
return { return {
@ -55,5 +53,3 @@ not a Chinese-Chinese translator or an English-English translator. Below is the
"Color": "secondary", "Color": "secondary",
}, },
} }