Skip to content

Commit

Permalink
dont use light color
Browse files Browse the repository at this point in the history
  • Loading branch information
winsphinx committed Feb 23, 2024
1 parent 04bd401 commit 0416837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
def index():
put_markdown("# 七零八落工具箱")

colors = ["primary", "secondary", "success", "danger", "warning", "info", "light", "dark"]
colors = ["primary", "secondary", "success", "danger", "warning", "info", "dark"]
put_button("轮选组脚本生成器", onclick=lambda: go_app("callgroup"), color=choice(colors))
put_button("反极性脚本生成器", onclick=lambda: go_app("reversepolarity"), color=choice(colors))
put_button("SIP 数字中继脚本生成器", onclick=lambda: go_app("sipcall"), color=choice(colors))
Expand Down

0 comments on commit 0416837

Please sign in to comment.