+ {(['fill', 'outline', 'ghost'] as const).map((variant) => (
+
+
{variant}
+
+ {(['sm', 'md', 'lg', 'xl'] as const).map((size) => (
+
+ ))}
+
+
+ ))}
+
+ ),
+};
diff --git a/packages/button/src/Button.test.tsx b/packages/button/src/Button.test.tsx
index 7530a64..f0e9f13 100644
--- a/packages/button/src/Button.test.tsx
+++ b/packages/button/src/Button.test.tsx
@@ -5,94 +5,90 @@ import { Button } from './Button';
test('displays text passed as children', () => {
render(