FIX: Set format menu font-size to 12px

This commit is contained in:
Nicolás Hatcher
2024-10-08 20:37:22 +02:00
committed by Nicolás Hatcher Andrés
parent 79b7b9b817
commit dd62dd2dc6

View File

@@ -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%;
`; `;