diff --git a/packages/web/src/scss/components/Navigation/_NavigationLink.scss b/packages/web/src/scss/components/Navigation/_NavigationLink.scss index f0675e030c..4735af59d3 100644 --- a/packages/web/src/scss/components/Navigation/_NavigationLink.scss +++ b/packages/web/src/scss/components/Navigation/_NavigationLink.scss @@ -1,9 +1,14 @@ // 1. We need to set the top border too, otherwise the content won't be aligned properly. @use '@tokens' as tokens; +@use '../../tools/reset'; @use '../../tools/typography'; @use 'theme'; +.NavigationLink:where(button) { + @include reset.button(); +} + .NavigationLink { @include typography.generate(theme.$link-typography);