Skip to content

Commit

Permalink
✨ feat: update for reviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
heiyu4585 committed Jun 15, 2023
1 parent a444f2c commit 0b74e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/slider/style/index.tsx
Expand Up @@ -354,7 +354,7 @@ export default genComponentStyleHook(
trackHoverBg: token.colorPrimaryBorderHover,
handleColor: token.colorPrimaryBorder,
handleActiveColor: token.colorPrimary,
dotBorderColor: token.colorPrimaryBorder,
dotBorderColor: token.colorBorderSecondary,
dotActiveBorderColor: token.colorPrimaryBorder,
trackBgDisabled: token.colorBgContainerDisabled,
};
Expand Down

0 comments on commit 0b74e79

Please sign in to comment.