chore: adjust share menu styles (#10630)

close AF-2270 AF-2193 AF-2067
This commit is contained in:
JimmFly
2025-03-05 10:42:56 +00:00
parent 7e39893aac
commit cb37c25b14
4 changed files with 6 additions and 6 deletions

View File

@@ -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'),

View File

@@ -157,7 +157,7 @@ export const EditDocPropertyMenuItems = ({
placeholder={t['unnamed']()}
onKeyDown={onKeyDown}
size="large"
style={{ borderRadius: 4 }}
style={{ borderRadius: 4, height: 30 }}
/>
)}
</div>