aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/buttons/buttons.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/buttons/buttons.module.scss')
-rw-r--r--src/components/atoms/buttons/buttons.module.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/atoms/buttons/buttons.module.scss b/src/components/atoms/buttons/buttons.module.scss
index 2444bb1..b702544 100644
--- a/src/components/atoms/buttons/buttons.module.scss
+++ b/src/components/atoms/buttons/buttons.module.scss
@@ -21,6 +21,8 @@
&--square,
&--circle {
+ min-width: fit-content;
+ min-height: fit-content;
padding: var(--spacing-xs);
aspect-ratio: 1 / 1;
}