On team settings set color of members count to black

This commit is contained in:
Pablo Alba 2022-02-01 15:06:40 +01:00 committed by Andrés Moya
parent 449756a0e4
commit 72b00fa9af
2 changed files with 4 additions and 3 deletions

View file

@ -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;