Skip to content

Commit

Permalink
feat(client): change inspect-component icon (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex <alexzhang1030@foxmail.com>
  • Loading branch information
maxirozay and alexzhang1030 committed Jun 15, 2024
1 parent 414733a commit f118549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/applet/src/modules/components/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,10 @@ function closeComponentRenderCode() {
<svg
xmlns="http://www.w3.org/2000/svg"
style="height: 1.1em; width: 1.1em;color:#00dc82;"
class="hover:(op-80)"
class="op-80 hover:(op-100)"
viewBox="0 0 24 24"
>
<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="12" cy="12" r=".5" fill="currentColor" /><path d="M5 12a7 7 0 1 0 14 0a7 7 0 1 0-14 0m7-9v2m-9 7h2m7 7v2m7-9h2" /></g>
<path fill="currentColor" d="M10.611 10.611a1 1 0 0 1 1.11-.208l8.839 3.889a1 1 0 0 1-.14 1.88l-3.338.91l-.91 3.338a1 1 0 0 1-1.88.14l-3.89-8.84a1 1 0 0 1 .209-1.109M17 3a3 3 0 0 1 3 3v3a1 1 0 1 1-2 0V6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h3a1 1 0 1 1 0 2H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm-3.73 10.269l1.715 3.9l.318-1.164a1 1 0 0 1 .701-.702l1.165-.318l-3.9-1.716Z" />
</svg>
</button>
</div>
Expand Down

0 comments on commit f118549

Please sign in to comment.