Skip to content

Commit 07752a3

Browse files
authored
fix(components): remove font-styling from Link (#1826)
1 parent 05c9661 commit 07752a3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/silent-views-agree.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
.link {
55
composes: interactive from './base.module.css';
6-
font: var(--lp-text-body-2-regular);
76
outline: none;
87
border-radius: var(--lp-border-radius-regular);
98
text-decoration: none;

0 commit comments

Comments
 (0)