0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

fix(ui): fix svg radio box icon fill color (#533)

fix svg radio box icon fill color
This commit is contained in:
simeng-li 2022-04-12 12:04:02 +08:00 committed by GitHub
parent b8b5840936
commit 2b0a1a9190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<symbol width="18" height="18" viewBox="0 0 18 18" id="unchecked">
<circle cx="9" cy="9" r="8" stroke="#D8D8D8" stroke-width="2" fill="none"/>
<circle cx="9" cy="9" r="8" stroke="#D8D8D8" stroke-width="2" fill="transparent"/>
</symbol>
<symbol width="18" height="18" viewBox="0 0 18 18" id="checked">
<circle cx="9" cy="9" r="9" fill="#6139F6"/>

Before

Width:  |  Height:  |  Size: 783 B

After

Width:  |  Height:  |  Size: 790 B