Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jan 7, 2025
1 parent 9bc651b commit f045a12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/genColorMapToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ export default function genColorMapToken(

colorErrorBg: errorColors[1],
colorErrorBgHover: errorColors[2],
colorErrorBgFilledHover: new TinyColor(errorColors[1])
.mix(new TinyColor(errorColors[3]), 50)
.toHexString(),
colorErrorBorder: errorColors[3],
colorErrorBgActive: errorColors[3],
colorErrorBorderHover: errorColors[4],
Expand Down

0 comments on commit f045a12

Please sign in to comment.