We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc4d02 commit 1451cc3Copy full SHA for 1451cc3
src/components/MonitoringButton/MonitoringButton.tsx
@@ -9,7 +9,7 @@ interface MonitoringButtonProps {
9
size?: ButtonSize;
10
}
11
12
-export function MonitoringButton({href, className, size = 's'}: MonitoringButtonProps) {
+export function MonitoringButton({href, className, size = 'xs'}: MonitoringButtonProps) {
13
return (
14
<Button
15
href={href}
0 commit comments