Skip to content

Commit

Permalink
fix: table borderRadius
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Dec 22, 2022
1 parent 204a0ba commit 0382a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/table/style/index.tsx
Expand Up @@ -104,7 +104,7 @@ const genTableStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
...resetComponent(token),
fontSize: tableFontSize,
background: tableBg,
borderRadius: tableRadius,
borderRadius: `${tableRadius}px ${tableRadius}px 0 0`,
},
// https://github.com/ant-design/ant-design/issues/17611
table: {
Expand Down

0 comments on commit 0382a6b

Please sign in to comment.