fix: action button style (#5433)

This commit is contained in:
Katherine 2024-10-16 15:18:09 +08:00 committed by GitHub
parent 7bd96fd154
commit cb8eb0d035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ const useStyles = genStyleHook('nb-action', (token) => {
marginInlineEnd: '0px !important',
},
'.nb-action-title': {
marginInlineStart: `${token.controlPaddingHorizontalSM} px`,
marginInlineStart: `${token.controlPaddingHorizontalSM}px`,
},
},
};