Skip to content

Commit dce41f8

Browse files
committed
fix: add non-scaling-stroke in svg
1 parent db86e02 commit dce41f8

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

src/Assets/Icon/ic-shield-check.svg

Lines changed: 3 additions & 3 deletions
Loading
Lines changed: 2 additions & 4 deletions
Loading

src/Shared/Components/Security/SecurityDetailsCards/SecurityCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const SecurityCard = ({
8686
</div>
8787
</div>
8888
{hasThreats ? (
89-
<ICShieldWarning className="icon-dim-24" />
89+
<ICShieldWarning className="icon-dim-24 scr-5" />
9090
) : (
9191
<ICShieldSecure className="icon-dim-24 scg-5" />
9292
)}

0 commit comments

Comments
 (0)