FIX: [STUDIO-1641] svg dark color

Change-Id: I88a6f0e04cba193e9ce80150743b4e90cdf683c5
This commit is contained in:
chunmao.guo
2022-12-15 04:38:15 -05:00
committed by Lane.Wei
parent 00dfd1e765
commit 78dbefd9ba
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<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_2" stroke-linecap="round" stroke-width="2" stroke="#262e30" d="m12.5,24l0,-23"/>
<path id="svg_1" stroke-linecap="round" stroke-width="2" stroke="#262E30" d="m1,12.5l23,0"/>
<path id="svg_2" stroke-linecap="round" stroke-width="2" stroke="#262E30" d="m12.5,24l0,-23"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 311 B

After

Width:  |  Height:  |  Size: 311 B