Skip to content

Commit

Permalink
WSTEAM1-969: Add inline link styling (#11633)
Browse files Browse the repository at this point in the history
* WSTEAM1-969: Add inline link styling

* WSTEAM1-969: Add fonts

* WSTEAM1-969: Add styles

* WSTEAM1-969: Remove styling

* WSTEAM1-969: Make description bold

* WSTEAM1-969: Revert

* WSTEAM1-969: Update style
  • Loading branch information
shayneahchoon committed May 21, 2024
1 parent d62ad8c commit 65053ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws-nextjs-app/pages/[service]/send/[id]/Form/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
marginBottom: `${spacings.TRIPLE}rem`,
},
p: { color: palette.BLACK },
a: getInlineLinkStyles(palette),
a: { ...getInlineLinkStyles(palette), ...fontVariants.sansBold },
}),
privacyNotice: ({ palette, fontVariants, fontSizes }: Theme) =>
css({
Expand Down

0 comments on commit 65053ec

Please sign in to comment.