People.Client: fixed TreeMenu colors

This commit is contained in:
Daniil Senkiv 2019-12-26 12:00:15 +03:00
parent 92c75c95a2
commit 54121b1323
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ const getItems = data => {
<Icons.CatalogDepartmentsIcon
size="scale"
isfill={true}
color="dimgray"
color="#657077"
/>
) : (
""
@ -41,7 +41,7 @@ const getItems = data => {
<Icons.CatalogFolderIcon
size="scale"
isfill={true}
color="dimgray"
color="#657077"
/>
) : (
""

View File

@ -204,6 +204,7 @@ const TreeNodeMenu = styled(TreeNode)`
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #555F65;
}
span.rc-tree-title:first-child{
max-width: 100%;