mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-17 06:39:25 +08:00
Made logo thicker
This commit is contained in:
parent
df754b09ea
commit
1ac666fe0b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default function AppLogo(props: props) {
|
||||||
width={props.size}
|
width={props.size}
|
||||||
height={props.size}
|
height={props.size}
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
stroke-width="1"
|
stroke-width="2"
|
||||||
stroke={props.color}
|
stroke={props.color}
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
|
|
Loading…
Reference in a new issue