未验证 提交 e938e8e9 编写于 作者: ufo025174's avatar ufo025174 提交者: GitHub

perf(BasicButton): 按钮颜色设置支持主题色primary (#2623)

Co-authored-by: N苗大 <caoshengmiao@hypergryph.com>
上级 3b0077dc
const validColors = ['error', 'warning', 'success', ''] as const;
const validColors = ['primary', 'error', 'warning', 'success', ''] as const;
type ButtonColorType = typeof validColors[number];
export const buttonProps = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册