fix text clipping around external embed's domain (#6012)

This commit is contained in:
Ben Harris
2024-11-01 15:15:44 -04:00
committed by GitHub
parent 2398b84d17
commit 5c5fc3230b
2 changed files with 2 additions and 2 deletions
@@ -156,7 +156,7 @@ export const ExternalLinkEmbed = ({
style={[
a.transition_color,
a.text_xs,
a.leading_tight,
a.leading_snug,
hovered
? t.atoms.text_contrast_high
: t.atoms.text_contrast_medium,