FIX: $isActive is a required property of FileMenuWrapper
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
77bb7ebe0e
commit
107fc99409
@@ -192,7 +192,7 @@ const MenuItemWrapper = styled(MenuItem)`
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const FileMenuWrapper = styled.button<{ $isActive?: boolean }>`
|
const FileMenuWrapper = styled.button<{ $isActive: boolean }>`
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|||||||
Reference in New Issue
Block a user