We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c9661 commit 07752a3Copy full SHA for 07752a3
2 files changed
.changeset/silent-views-agree.md
@@ -0,0 +1,5 @@
1
+---
2
+"@launchpad-ui/components": patch
3
4
+
5
+remove font-styling from Link
packages/components/src/styles/Link.module.css
@@ -3,7 +3,6 @@
.link {
composes: interactive from './base.module.css';
6
- font: var(--lp-text-body-2-regular);
7
outline: none;
8
border-radius: var(--lp-border-radius-regular);
9
text-decoration: none;
0 commit comments