feat(ui): adjust tool window icon color to align with new ui reference
This commit is contained in:
parent
e34d23fe06
commit
2218210ee4
@ -7,6 +7,9 @@
|
||||
### Added
|
||||
- Support for all 2023.2 builds (232.*)
|
||||
|
||||
### Changed
|
||||
- Translator tool window icon color
|
||||
|
||||
## [4.4.1] - 2023-02-19
|
||||
|
||||
### Changed
|
||||
|
@ -1,4 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
|
||||
<path stroke="#6E6E6E" stroke-width="2" stroke-linecap="undefined" stroke-linejoin="undefined" fill="none"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
|
||||
<path stroke="#6C707E" stroke-width="2" stroke-linecap="undefined" stroke-linejoin="undefined" fill="none"
|
||||
d="M4.457 2.992v8.995M8.064 2.027H1.006M7.939 10.987h4.047"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 273 B After Width: | Height: | Size: 285 B |
@ -1,4 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
|
||||
<path stroke="#AFB1B3" stroke-width="2" stroke-linecap="undefined" stroke-linejoin="undefined" fill="none"
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
|
||||
<path stroke="#CED0D6" stroke-width="2" stroke-linecap="undefined" stroke-linejoin="undefined" fill="none"
|
||||
d="M4.457 2.992v8.995M8.064 2.027H1.006M7.939 10.987h4.047"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 273 B After Width: | Height: | Size: 285 B |
Loading…
x
Reference in New Issue
Block a user