Skip to content

Commit d2f5f48

Browse files
xuarsSchneegans
authored andcommitted
🐛 Fix typo
1 parent 8c50000 commit d2f5f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/icon-themes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Here are some examples, the corresponding SVG code is shown in the tabs below th
118118
Image | Name | Explanation
119119
--- | --- | ---
120120
<div style="position: absolute"><Fragment set:html={exampleSVGFixed} /></div> | red.svg | This is how most SVG files will look like by default. The `fill` attribute is set to a fixed color (in this case, red). This means the icon will always be red, regardless of the menu theme. You can change the color theme of this website to see that the icon does not change its color.
121-
<div style="position: absolute"><Fragment set:html={exampleSVGCurrent} /></div> | current.svg | If you use `currentColor` as the value for the `fill` attribute, the icon will ba adaptive! **Try changing the color theme of this website!** The icon will switch between light and dark colors automatically.
121+
<div style="position: absolute"><Fragment set:html={exampleSVGCurrent} /></div> | current.svg | If you use `currentColor` as the value for the `fill` attribute, the icon will be adaptive! **Try changing the color theme of this website!** The icon will switch between light and dark colors automatically.
122122
<div style="position: absolute"><Fragment set:html={exampleSVGMixed} /></div> | mixed.svg | You can also mix adaptive and fixed colors in your SVG files. In this example, the fill color will adapt to the menu theme, while the stroke color will always be red.
123123

124124
<Tabs>

0 commit comments

Comments
 (0)