Skip to content

Commit af45d0d

Browse files
committed
Fix styling of username
1 parent 02c7202 commit af45d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/common/UserMenu/elements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ export const Username = styled.div`
3333
return props.theme.light
3434
? 'rgba(0, 0, 0, 0.6)'
3535
: 'rgba(255, 255, 255, 0.6)';
36-
}}
36+
}};
3737
font-size: ${props => (props.main ? 1 : 0.875)}em;
3838
`;

0 commit comments

Comments
 (0)