fix: ui issues (#1371)

This commit is contained in:
Qi
2023-03-07 19:39:12 +08:00
committed by GitHub
parent af6efbed7a
commit 3fba384ef5
4 changed files with 6 additions and 9 deletions
@@ -2,7 +2,7 @@ import { MuiAvatar, textEllipsis } from '@affine/component';
import { styled } from '@affine/component';
export const SelectorWrapper = styled('div')(({ theme }) => {
return {
height: '42px',
height: '52px',
display: 'flex',
alignItems: 'center',
padding: '0 12px',