diff --git a/CHANGES.md b/CHANGES.md index 00bce6fa9..e94e1f178 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,7 +22,8 @@ - Add actions to go to main component context menu option [Taiga #2053](https://tree.taiga.io/project/penpot/us/2053) - Add contrast between component select color and shape select color [Taiga #2121](https://tree.taiga.io/project/penpot/issue/2121) - Add animations in interactions [Taiga #2244](https://tree.taiga.io/project/penpot/us/2244) -- Add performance improvements on .penpot file import process [Taiga 2497](https://tree.taiga.io/project/penpot/us/2497) +- Add performance improvements on .penpot file import process [Taiga #2497](https://tree.taiga.io/project/penpot/us/2497) +- On team settings set color of members count to black [Taiga #2607](https://tree.taiga.io/project/penpot/us/2607) ### :bug: Bugs fixed diff --git a/frontend/resources/styles/main/partials/dashboard-team.scss b/frontend/resources/styles/main/partials/dashboard-team.scss index 19c163cdf..94684950d 100644 --- a/frontend/resources/styles/main/partials/dashboard-team.scss +++ b/frontend/resources/styles/main/partials/dashboard-team.scss @@ -193,7 +193,7 @@ svg { width: 12px; height: 12px; - fill: $color-primary-dark; + fill: $color-black; } .owner { @@ -208,7 +208,7 @@ .summary { margin-top: 5px; - color: $color-primary-dark; + color: $color-black; .icon { padding: 0px 10px; margin-right: 12px;