Skip to content

Commit

Permalink
docs(colors): add color prefix to doc's content colors (#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomKadria authored Dec 18, 2024
1 parent 0855390 commit 2c8a294
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const ContentColorRow = ({ colorName }) => {
return (
<tr className="content-color-row">
<ContentColorCell>
<Text>{`--${colorName}`}</Text>
<Text>{`--color-${colorName}`}</Text>
</ContentColorCell>
<ContentColorCell style={regularStyle} />
<ContentColorCell style={hoverStyle} />
Expand Down

0 comments on commit 2c8a294

Please sign in to comment.