FIX: [STUDIO-1641] svg dark color

Change-Id: I88a6f0e04cba193e9ce80150743b4e90cdf683c5
This commit is contained in:
chunmao.guo 2022-12-08 10:22:43 +08:00 committed by Lane.Wei
parent 00dfd1e765
commit 78dbefd9ba
5 changed files with 7 additions and 7 deletions

View file

@ -2,6 +2,6 @@
<g>
<title>Layer 1</title>
<path id="svg_1" stroke-linecap="round" stroke-width="2" stroke="#262e30" d="m1,12.5l23,0"/>
<path id="svg_1" stroke-linecap="round" stroke-width="2" stroke="#262E30" d="m1,12.5l23,0"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 214 B

After

Width:  |  Height:  |  Size: 214 B

Before After
Before After