diff --git a/lib/components/RoundButton/RoundButton.tsx b/lib/components/RoundButton/RoundButton.tsx
index fb8cbe1..3bfc36c 100644
--- a/lib/components/RoundButton/RoundButton.tsx
+++ b/lib/components/RoundButton/RoundButton.tsx
@@ -26,15 +26,19 @@ export const RoundButton = ({
disabled={disabled}
type="button"
onClick={onClick}
- className={`${className ? className : ''} flex flex-col justify-center ${disabled ? 'cursor-not-allowed opacity-50' : ''} min-w-[110px] items-center gap-2`.trim()}
+ className={`${className ? className : ''} group flex flex-col justify-center ${disabled ? 'cursor-not-allowed opacity-50' : ''} min-w-[110px] items-center gap-2`.trim()}
>
{icon}
- {label}
+
+ {label}
+
);
};
diff --git a/lib/components/RoundButton/__snapshots__/RoundButton.test.tsx.snap b/lib/components/RoundButton/__snapshots__/RoundButton.test.tsx.snap
index 97adbca..d310f54 100644
--- a/lib/components/RoundButton/__snapshots__/RoundButton.test.tsx.snap
+++ b/lib/components/RoundButton/__snapshots__/RoundButton.test.tsx.snap
@@ -2,17 +2,17 @@
exports[`Snapshot testing > Default 1`] = `