Merge branch 'release/v0.1.0' of github.com:ONLYOFFICE/AppServer into release/v0.1.0

This commit is contained in:
Ilya Oleshko 2021-04-06 18:48:57 +03:00
commit cfb7b593ff

View File

@ -101,7 +101,10 @@ const StyledContextMenu = styled.div`
.p-menuitem-icon {
max-height: ${(props) => props.theme.dropDownItem.lineHeight};
& svg {
height: 16px;
width: 16px;
}
path {
fill: ${(props) => props.theme.dropDownItem.icon.color};
}