diff options
| author | MetaCubeX <[email protected]> | 2022-05-27 05:07:12 +0800 |
|---|---|---|
| committer | MetaCubeX <[email protected]> | 2022-05-27 05:07:12 +0800 |
| commit | c4601a85ae5da11e481d3b46cd3424b058b13e60 (patch) | |
| tree | a1ae9ed146235460d4156c7e82febb599f2f3fbe /src | |
| parent | b1255bd4f183324a96d2e5dd76e3fc26ed1c23c8 (diff) | |
chore: style
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/SvgYacd.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/SvgYacd.tsx b/src/components/SvgYacd.tsx index fbbfe39..49455e3 100644 --- a/src/components/SvgYacd.tsx +++ b/src/components/SvgYacd.tsx @@ -17,9 +17,9 @@ function SvgYacd({ width = 320, height = 320, animate = false, - c0 = 'currentColor', + c0 = '#316eb5', c1 = '#f19500', - line = '#eee', + line = '#cccccc', }: Props) { const faceClasName = cx({ [s.path]: animate }); return ( |
