Skip to content

Commit 00cb2bf

Browse files
fix: [M3-10471] - Ensure StyledLinkButton inherit brand font (linode#12688)
* ensure StyledLinkButton inherit proper font * Added changeset: Ensure StyledLinkButton inherit brand font
1 parent 8c4211e commit 00cb2bf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Fixed
3+
---
4+
5+
Ensure StyledLinkButton inherit brand font ([#12688](https://github.com/linode/manager/pull/12688))

packages/ui/src/foundations/themes/light.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ const genericLinkStyle = {
182182
background: 'none',
183183
border: 'none',
184184
color: Alias.Content.Text.Link.Default,
185+
fontFamily: Font.FontFamily.Brand,
185186
cursor: 'pointer',
186187
minWidth: 0,
187188
padding: 0,

0 commit comments

Comments
 (0)