Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08679b1

Browse files
authored
have to add custom size to avatar to match buttons :( (codesandbox#3575)
1 parent c7927cc commit 08679b1

File tree

1 file changed

+3
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Header

1 file changed

+3
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/Actions.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ export const Actions = () => {
123123
<UserMenu>
124124
<Avatar
125125
user={{ ...user, subscriptionSince: null }}
126-
css={css({ size: 6 })}
126+
css={css({
127+
size: '26px', // match button size next to it
128+
})}
127129
/>
128130
</UserMenu>
129131
) : (

0 commit comments

Comments
 (0)