mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
@@ -45,8 +45,8 @@ export const iconSelectorButton = style({
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
width: 32,
|
||||
height: 32,
|
||||
width: 30,
|
||||
height: 30,
|
||||
flexShrink: 0,
|
||||
border: `1px solid ${cssVar('borderColor')}`,
|
||||
background: cssVar('backgroundSecondaryColor'),
|
||||
|
||||
@@ -157,7 +157,7 @@ export const EditDocPropertyMenuItems = ({
|
||||
placeholder={t['unnamed']()}
|
||||
onKeyDown={onKeyDown}
|
||||
size="large"
|
||||
style={{ borderRadius: 4 }}
|
||||
style={{ borderRadius: 4, height: 30 }}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user