opti: top-bar issue: 4;

This commit is contained in:
mitsuhatu 2022-07-26 15:32:23 +08:00
parent 144a0f4af9
commit 9f0064978d

View File

@ -63,6 +63,8 @@ const TitleContainer = styled('div')(({ theme }) => {
fontStyle: 'normal',
fontWeight: '400',
letterSpacing: '1.06px',
display: 'flex',
alignItems: 'center',
};
});