FIX: $isActive is a required property of FileMenuWrapper

This commit is contained in:
Nicolás Hatcher
2025-07-18 06:48:40 +02:00
committed by Nicolás Hatcher Andrés
parent 77bb7ebe0e
commit 107fc99409

View File

@@ -192,7 +192,7 @@ const MenuItemWrapper = styled(MenuItem)`
height: 32px;
`;
const FileMenuWrapper = styled.button<{ $isActive?: boolean }>`
const FileMenuWrapper = styled.button<{ $isActive: boolean }>`
display: flex;
align-items: center;
font-size: 12px;