fix: a series of setting issues (#3032)

This commit is contained in:
Qi
2023-07-05 22:11:42 +08:00
committed by GitHub
parent dec0c0d3d1
commit 87ba71e77e
24 changed files with 235 additions and 463 deletions

View File

@@ -105,12 +105,11 @@ export const StyledMenuItem = styled('button')<{
export const StyledButton = styled(Button)(() => {
return {
width: '100%',
height: '32px',
// height: '32px',
borderRadius: '8px',
backgroundColor: 'transparent',
...displayFlex('space-between', 'center'),
border: `1px solid var(--affine-border-color)`,
padding: '0 10px',
fontSize: 'var(--affine-font-base)',
};
});