fix: Button UI issues (#1070)

This commit is contained in:
zqran
2023-02-17 02:11:14 +08:00
committed by GitHub
parent c69637fe98
commit 6fa04622ce

View File

@@ -210,7 +210,7 @@ export const StyledButton = styled('button', {
},
'>span': {
marginLeft: '5px',
width: '100%',
width: 'max-content',
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore