mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 09:56:15 +00:00
Merge pull request #6726 from penpot/eva-fix-comment-icon
🐛 Fix comment icon fill
This commit is contained in:
commit
03a82c18cb
@ -52,7 +52,7 @@ on-premises instances** that want to keep up to date.
|
|||||||
- Fix issue with importing files where flex/grid is used [Taiga #11334](https://tree.taiga.io/project/penpot/issue/11334)
|
- Fix issue with importing files where flex/grid is used [Taiga #11334](https://tree.taiga.io/project/penpot/issue/11334)
|
||||||
- Fix wrong color in the export progress bar [Taiga #11299](https://tree.taiga.io/project/penpot/issue/11299)
|
- Fix wrong color in the export progress bar [Taiga #11299](https://tree.taiga.io/project/penpot/issue/11299)
|
||||||
- Fix right sidebar width overflow on long layer names [Taiga #11212](https://tree.taiga.io/project/penpot/issue/11212)
|
- Fix right sidebar width overflow on long layer names [Taiga #11212](https://tree.taiga.io/project/penpot/issue/11212)
|
||||||
|
- Fix comment icon fill [Taiga #11388](https://tree.taiga.io/project/penpot/issue/11388)
|
||||||
## 2.7.2
|
## 2.7.2
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|||||||
@ -301,11 +301,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.open-mentions-button {
|
.open-mentions-button {
|
||||||
stroke: none;
|
color: var(--color-foreground-secondary);
|
||||||
fill: var(--color-foreground-secondary);
|
|
||||||
|
|
||||||
&.is-toggled {
|
&.is-toggled {
|
||||||
fill: var(--color-accent-primary);
|
color: var(--color-accent-primary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user