mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 01:28:30 -05:00
✨ On team settings set color of members count to black
This commit is contained in:
parent
449756a0e4
commit
72b00fa9af
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue