fix: incorrect text color (#2107)

This commit is contained in:
JimmFly
2023-04-25 00:49:22 +08:00
committed by GitHub
parent ab8669882a
commit c95b8e9d71

View File

@@ -36,7 +36,7 @@ export const StyleButton = styled(Button)(({ theme }) => {
textAlign: 'center',
margin: '20px 0',
borderRadius: '8px',
backgroundColor: 'var(--affine-background-primary-color)',
backgroundColor: 'var(--affine-primary-color)',
span: {
margin: '0',
},