fix: table border adds transition animation (#39713)

This commit is contained in:
JarvisArt 2022-12-22 10:11:16 +08:00 committed by GitHub
parent 328a800132
commit 8c61261381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ===========================
[`