Skip to content

Commit adaa5a0

Browse files
authored
fix(FR-2885): remove hard-coded fontSize on UserDropdownMenu avatar icon (#7394)
1 parent 9d9ff41 commit adaa5a0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

react/src/components/UserDropdownMenu.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,7 @@ const UserDropdownMenu: React.FC<{
234234
backgroundColor: token.colorBgBase,
235235
}}
236236
>
237-
<UserOutlined
238-
style={{ fontSize: 10, color: token.colorPrimary }}
239-
/>
237+
<UserOutlined style={{ color: token.colorPrimary }} />
240238
</Avatar>
241239
}
242240
>

0 commit comments

Comments
 (0)