summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMetaCubeX <[email protected]>2022-05-27 05:07:12 +0800
committerMetaCubeX <[email protected]>2022-05-27 05:07:12 +0800
commitc4601a85ae5da11e481d3b46cd3424b058b13e60 (patch)
treea1ae9ed146235460d4156c7e82febb599f2f3fbe /src
parentb1255bd4f183324a96d2e5dd76e3fc26ed1c23c8 (diff)
chore: style
Diffstat (limited to 'src')
-rw-r--r--src/components/SvgYacd.tsx4
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 (