Skip to content

Commit

Permalink
improve(design): Table virtual scrollbar color
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Nov 28, 2024
1 parent f81f4af commit 66f3b48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/design/src/table/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ export const genTableStyle: GenerateStyle<TableToken> = (token: TableToken): CSS
borderRadius: borderRadiusLG,
},
},
[`${componentCls}-tbody-virtual-scrollbar ${componentCls}-tbody-virtual-scrollbar-thumb`]: {
background: `${token.colorFillSecondary} !important`,
},
// empty wrapper style
[`${componentCls}-empty-wrapper`]: {
minHeight: 360,
Expand Down

0 comments on commit 66f3b48

Please sign in to comment.