diff --git a/shared/components/Button/Button.scss b/shared/components/Button/Button.scss index 45abfca658..43f3725103 100644 --- a/shared/components/Button/Button.scss +++ b/shared/components/Button/Button.scss @@ -616,13 +616,12 @@ html.dark { justify-content: center; max-height: 40px; - // Typography - Label R token - font-family: 'Booton', sans-serif; - font-size: 16px; - font-weight: 400; - line-height: 23.2px; - letter-spacing: 0px; + // Typography - Label R token (responsive) + // - Desktop (lg+): 16px / 23.2px + // - Mobile/Tablet: 14px / 20.1px + @include type(label-r); white-space: nowrap; + margin-bottom: 0; // Reset paragraph spacing from type mixin // Border border: none; @@ -715,14 +714,6 @@ html.dark { } } - // --------------------------------------------------------------------------- - // Responsive Typography (