Fix(StyleSheet): Fix wrong styles

This commit is contained in:
2024-10-23 17:09:51 +08:00
parent a467ad2021
commit dc1c052f69
5 changed files with 31 additions and 13 deletions

View File

@@ -56,6 +56,7 @@ export default createStyles(({ cx, css, token }) => {
padding: `0 ${token.paddingXS}px`,
width: 40,
height: 40,
flex: '0 0 auto',
fontSize: token.sizeMD,
cursor: 'pointer',