diff --git a/apps/web-antd/src/components/global/button.ts b/apps/web-antd/src/components/global/button.ts index b806da20..397fdf61 100644 --- a/apps/web-antd/src/components/global/button.ts +++ b/apps/web-antd/src/components/global/button.ts @@ -14,7 +14,7 @@ export const GhostButton = defineComponent({ return () => h( Button, - { ...props, ...attrs, type: 'link', ghost: true, size: 'small' }, + { ...props, ...attrs, type: 'primary', ghost: true, size: 'small' }, slots, ); },