Merge branch 'release/rc-v1.2.0' of github.com:ONLYOFFICE/AppServer into release/rc-v1.2.0

This commit is contained in:
Tatiana Lopaeva 2022-12-07 11:39:50 +03:00
commit 35f694e722
3 changed files with 7 additions and 1 deletions

View File

@ -17,6 +17,10 @@ const StyledTagList = styled.div`
border-radius: 3px;
margin: 0;
:hover {
background: ${(props) =>
props.theme.createEditRoomDialog.tagInput.tagHoverBackground};
}
.tag-icon {
margin-left: 10px;
}

View File

@ -2403,6 +2403,7 @@ const Base = {
tagInput: {
tagBackground: "#ECEEF1",
tagHoverBackground: "#F3F4F4",
},
dropdown: {

View File

@ -2402,7 +2402,8 @@ const Dark = {
},
tagInput: {
tagBackground: "#292929",
tagBackground: "#242424",
tagHoverBackground: "#3D3D3D",
},
dropdown: {