Skip to content

Commit c7f0194

Browse files
fennifithcrutchcorn
authored andcommitted
fix missing arrow background-color
1 parent 883f78a commit c7f0194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/views/base/scripts/snitip-script.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Icon } from "astro-icon/components";
1616
>
1717
<path
1818
d="M 2 -1 L 11.2 11.6 C 11.6 12.1333 12.4 12.1333 12.8 11.6 L 22 -1 Z"
19-
fill="var(--snitip_backgrond-color)"></path>
19+
fill="var(--snitip_background-color)"></path>
2020
<path
2121
d="M 2 -1 L 11.2 11.6 C 11.6 12.1333 12.4 12.1333 12.8 11.6 L 22 -1"
2222
stroke="var(--snitip_border-color)"

0 commit comments

Comments
 (0)