Adjust level star border color
This commit is contained in:
parent
95d8ea6f0d
commit
df67e4fbd6
1 changed files with 5 additions and 5 deletions
|
@ -1510,7 +1510,7 @@ export const icons = {
|
|||
width={props.size || '18'}
|
||||
height={props.size || '18'}
|
||||
fill="currentColor"
|
||||
stroke="black"
|
||||
stroke="#131213"
|
||||
strokeWidth="10"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
|
@ -1542,7 +1542,7 @@ export const icons = {
|
|||
width={props.size || '18'}
|
||||
height={props.size || '18'}
|
||||
fill="currentColor"
|
||||
stroke="black"
|
||||
stroke="#131213"
|
||||
strokeWidth="10"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
|
@ -1574,7 +1574,7 @@ export const icons = {
|
|||
width={props.size || '18'}
|
||||
height={props.size || '18'}
|
||||
fill="currentColor"
|
||||
stroke="black"
|
||||
stroke="#131213"
|
||||
strokeWidth="10"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
|
@ -1607,7 +1607,7 @@ export const icons = {
|
|||
width={props.size || '18'}
|
||||
height={props.size || '18'}
|
||||
fill="currentColor"
|
||||
stroke="black"
|
||||
stroke="#131213"
|
||||
strokeWidth="10"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
|
@ -1639,7 +1639,7 @@ export const icons = {
|
|||
width={props.size || '500'}
|
||||
height={props.size || '500'}
|
||||
fill="currentColor"
|
||||
stroke="black"
|
||||
stroke="#131213"
|
||||
strokeWidth="10"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
|
|
Loading…
Reference in a new issue