We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c7202 commit af45d0dCopy full SHA for af45d0d
packages/app/src/app/pages/common/UserMenu/elements.js
@@ -33,6 +33,6 @@ export const Username = styled.div`
33
return props.theme.light
34
? 'rgba(0, 0, 0, 0.6)'
35
: 'rgba(255, 255, 255, 0.6)';
36
- }}
+ }};
37
font-size: ${props => (props.main ? 1 : 0.875)}em;
38
`;
0 commit comments