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:
parent
b8b5840936
commit
2b0a1a9190
1 changed files with 1 additions and 1 deletions
|
@ -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 |
Loading…
Reference in a new issue