Lighten blue (link) text for dim and dark themes (#11164)

This commit is contained in:
DS Boyce
2026-07-20 09:29:58 -07:00
committed by GitHub
parent 0fb7251c64
commit 1803de03a4
13 changed files with 49 additions and 68 deletions
@@ -311,7 +311,7 @@ export function BadgeButton({
a.text_md,
a.font_normal,
a.text_right,
{color: pressed ? t.palette.contrast_300 : t.palette.primary_500},
{color: pressed ? t.palette.contrast_300 : t.atoms.text_link.color},
]}>
{label}
</Button.ButtonText>