Skip to content

Commit 055a407

Browse files
didoozamoore
andcommitted
Apply suggestions from code review
Co-authored-by: Zack Moore <[email protected]>
1 parent e698eef commit 055a407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/components/icon/partials/code/how-to-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The default value is `currentColor` which uses the inherited text color as the i
4444

4545
For the list of possible foreground colors supported, refer to the [Component API](#component-api) section for details.
4646

47-
It’s also possible to provide a CSS color as string (in this case the color will be applied as SVG `fill` property). The string can be a CSS `var()` that uses one of the [predefined color tokens](/foundations/colors?tab=palette):
47+
It’s also possible to provide a CSS color as a string (in this case the color will be applied as SVG `fill` property). The string can be a CSS `var()` that uses one of the [predefined color tokens](/foundations/colors?tab=palette):
4848

4949
```handlebars
5050
<Hds::Icon @name="zap" @color="var(--token-color-boundary-brand)" />

0 commit comments

Comments
 (0)