diff --git a/packages/ui/src/components/Button/SocialLinkButton.module.scss b/packages/ui/src/components/Button/SocialLinkButton.module.scss index b0bdb2a19..aeb4c59da 100644 --- a/packages/ui/src/components/Button/SocialLinkButton.module.scss +++ b/packages/ui/src/components/Button/SocialLinkButton.module.scss @@ -21,6 +21,7 @@ span { @include _.multi-line-ellipsis(2); + line-height: _.unit(5); } .placeHolder { @@ -31,3 +32,9 @@ } } } + +:global(body.desktop) { + .name span { + line-height: _.unit(4); + } +} diff --git a/packages/ui/src/components/Button/index.module.scss b/packages/ui/src/components/Button/index.module.scss index 7b50ffef2..1608a3f4f 100644 --- a/packages/ui/src/components/Button/index.module.scss +++ b/packages/ui/src/components/Button/index.module.scss @@ -8,7 +8,6 @@ border-radius: var(--radius); cursor: pointer; font: var(--font-label-1); - line-height: 16px; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; transition: background 0.2s ease-in-out; @@ -60,7 +59,6 @@ :global(body.desktop) { .button { font: var(--font-label-2); - line-height: 14px; } .primary {