Skip to content

Commit

Permalink
feat: 分隔线颜色优化 (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean-gao authored May 10, 2024
1 parent 3d9c653 commit 710af78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/_theme/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const baseTheme = (themeOverrides: Theme = {}) => {
textColorCaption: tint(base.fontColorBase, 0.8),

borderColorDisabled: tint(base.fontColorBase, 0.8),
borderColorSplit: tint(base.fontColorBase, 0.94),
borderColorSplit: tint(base.fontColorBase, 0.9),
borderColorInverse: base.white,
borderBase: `${base.borderWidthBase} ${base.borderStyleBase} ${base.borderColorBase}`,

Expand Down

0 comments on commit 710af78

Please sign in to comment.