Wit〆苗大
2023-03-14 e938e8e9a8b1b3212345c2e7ad01f1845087cc36
perf(BasicButton): 按钮颜色设置支持主题色primary (#2623)

Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
1个文件已修改
2 ■■■ 已修改文件
src/components/Button/src/props.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/Button/src/props.ts
@@ -1,4 +1,4 @@
const validColors = ['error', 'warning', 'success', ''] as const;
const validColors = ['primary', 'error', 'warning', 'success', ''] as const;
type ButtonColorType = typeof validColors[number];
export const buttonProps = {