diff --git a/libs/shared/lib/components/buttons/buttons.module.scss b/libs/shared/lib/components/buttons/buttons.module.scss
index 404ec148623940b1d39a456afcf05434cbf91e3c..ec502e7d748f127e8c7d347841d24e7338f1ca00 100644
--- a/libs/shared/lib/components/buttons/buttons.module.scss
+++ b/libs/shared/lib/components/buttons/buttons.module.scss
@@ -42,7 +42,9 @@
     @apply cursor-not-allowed;
   }
 }
-
+.btn-icon-only {
+  line-height: 1;
+}
 .btn-lg {
   @apply text-lg h-10 gap-1.5;
   &.btn-icon-only {
diff --git a/libs/shared/lib/components/buttons/buttons.module.scss.d.ts b/libs/shared/lib/components/buttons/buttons.module.scss.d.ts
index 1ce559159a7a994d08617370a7466b81eda13fe6..83aafa7918952944b7108678579d269c74792d98 100644
--- a/libs/shared/lib/components/buttons/buttons.module.scss.d.ts
+++ b/libs/shared/lib/components/buttons/buttons.module.scss.d.ts
@@ -1,7 +1,7 @@
 declare const classNames: {
   readonly btn: 'btn';
-  readonly 'btn-lg': 'btn-lg';
   readonly 'btn-icon-only': 'btn-icon-only';
+  readonly 'btn-lg': 'btn-lg';
   readonly 'btn-md': 'btn-md';
   readonly 'btn-sm': 'btn-sm';
   readonly 'btn-xs': 'btn-xs';