Skip to content

Commit

Permalink
Brandon made a change to the visited color for Color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc committed May 15, 2024
1 parent 7d40187 commit 8c8eda8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const linkVisitedColor = DesignToken.create<string>(
element,
Information100LightUi,
Information100DarkUi,
White
hexToRgbaCssColor(White, 0.6)
));

export const linkActiveVisitedColor = DesignToken.create<string>(
Expand Down

0 comments on commit 8c8eda8

Please sign in to comment.