fix: theme button width (#2202)

This commit is contained in:
Fangdun Tsai
2023-04-30 14:51:33 +08:00
committed by GitHub
parent 9030767d16
commit 850cfe1187
2 changed files with 5 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ export const StyledMenuWrapper = styled(StyledPopperContainer)<{
fontSize: '14px',
backgroundColor: 'var(--affine-white)',
boxShadow: 'var(--affine-menu-shadow)',
userSelect: 'none',
};
});