We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8afed commit 449f8f9Copy full SHA for 449f8f9
packages/ui/src/components/Button.tsx
@@ -50,7 +50,7 @@ export interface ButtonProps
50
spinner?: boolean;
51
href?: string;
52
spinnerColor?: string;
53
- spinnerBorderColor?: string;
+ spinnerBorderColor?: `rgba(${number},${number},${number},${number})`;
54
spinnerClassName?: string;
55
kbd?: string;
56
icon?: React.ReactNode;
0 commit comments