FIX: Set format menu font-size to 12px
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
79b7b9b817
commit
dd62dd2dc6
@@ -115,7 +115,7 @@ const FormatMenu = (properties: FormatMenuProps) => {
|
|||||||
const MenuItemWrapper = styled(MenuItem)`
|
const MenuItemWrapper = styled(MenuItem)`
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user