StatusBar: make sigil icon square

This commit is contained in:
Matilde Park 2021-02-11 16:15:21 -05:00
parent cc26384fae
commit bcb9ebcc99

View File

@ -48,7 +48,7 @@ const StatusBar = (props) => {
const anchorRef = useRef(null);
const leapHighlight = useTutorialModal('leap', true, anchorRef.current);
const floatLeap = leapHighlight && window.matchMedia('(max-width: 550px)').matches;
return (
@ -141,6 +141,7 @@ const StatusBar = (props) => {
}>
<StatusBarItem
px={xPadding}
width="32px"
flexShrink='0'
backgroundColor={bgColor}>
{profileImage}