Skip to content

Commit 2a132c2

Browse files
committed
fix(astro logo): light mode flame gradient
1 parent ddafc00 commit 2a132c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/components/icons/AstroLogo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default component$((props: PropsOf<'svg'>) => {
66
<style>
77
{`
88
html.light .flame {
9-
fill: #17191E;
9+
fill: url(#gradient);
1010
}
1111
html.dark .flame {
1212
fill: url(#gradient);

0 commit comments

Comments
 (0)