Skip to content

v4.57.0

Choose a tag to compare

@github-actions github-actions released this 07 May 01:59
· 16 commits to main since this release
fcb46c1

Minor Changes

  • f74c91b: Update TextLink and other link-coloured tokens from blue to green to
    match the AutoGuru brand. The interactive.link (modern), foreground.link
    (legacy), and typography.colour.link tokens now resolve to
    colourMap.green['600']; interactive.linkVisited resolves to
    colourMap.green['700'].

    This is a visual change that affects every consumer using TextLink or any
    text styled with colour="link" / the info-derived link tokens. Components
    that intentionally need the old blue link colour can opt out by overriding the
    colour prop or applying a local style.