+
@@ -33,4 +33,10 @@
.joined-base {
@apply flex items-center justify-center border-[#71717a] text-base text-white;
}
+ .btn-group {
+ @apply flex gap-3;
+ }
+ .btn-group--segmented {
+ @apply flex gap-0;
+ }
diff --git a/src/stories/Button.stories.ts b/src/stories/Button.stories.ts
index afbb41e9b..6b583ac32 100644
--- a/src/stories/Button.stories.ts
+++ b/src/stories/Button.stories.ts
@@ -9,7 +9,7 @@ const meta: Meta