added new theme-driven colors to folderInput

This commit is contained in:
mushka 2022-08-29 13:41:51 +03:00
parent e3df63716c
commit de114290ab

View File

@ -42,6 +42,9 @@ const StyledFolderInput = styled.div`
font-weight: 400;
font-size: 13px;
line-height: 20px;
background-color: ${(props) =>
props.theme.createEditRoomDialog.thirdpartyStorage.folderInput
.background};
color: ${(props) =>
props.theme.createEditRoomDialog.thirdpartyStorage.folderInput
.rootLabelColor};
@ -58,6 +61,9 @@ const StyledFolderInput = styled.div`
.icon-wrapper {
cursor: pointer;
background-color: ${(props) =>
props.theme.createEditRoomDialog.thirdpartyStorage.folderInput
.background};
height: 100%;
box-sizing: border-box;
width: 31px;