We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddafc00 commit 2a132c2Copy full SHA for 2a132c2
apps/website/src/components/icons/AstroLogo.tsx
@@ -6,7 +6,7 @@ export default component$((props: PropsOf<'svg'>) => {
6
<style>
7
{`
8
html.light .flame {
9
- fill: #17191E;
+ fill: url(#gradient);
10
}
11
html.dark .flame {
12
fill: url(#gradient);
0 commit comments