Skip to content

Commit

Permalink
fix: table border adds transition animation (#39713)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisArt committed Dec 22, 2022
1 parent 328a800 commit 8c61261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/table/style/index.tsx
Expand Up @@ -174,7 +174,7 @@ const genTableStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
'> tr': {
'> td': {
borderTop: tableBorder,
transition: `background ${motionDurationSlow}`,
transition: `background ${motionDurationSlow}, border-color ${motionDurationSlow}`,

// ========================= Nest Table ===========================
[`
Expand Down

0 comments on commit 8c61261

Please sign in to comment.