Skip to content

Commit 1451cc3

Browse files
committed
fix(MonitoringButton): set xs size
1 parent cdc4d02 commit 1451cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MonitoringButton/MonitoringButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface MonitoringButtonProps {
99
size?: ButtonSize;
1010
}
1111

12-
export function MonitoringButton({href, className, size = 's'}: MonitoringButtonProps) {
12+
export function MonitoringButton({href, className, size = 'xs'}: MonitoringButtonProps) {
1313
return (
1414
<Button
1515
href={href}

0 commit comments

Comments
 (0)