Skip to content

Commit 983a040

Browse files
Fix Gray Text & Background Color Icon (#125)
* Fixed gray/grey typo * Changed "grey" to "gray"
1 parent 21e082b commit 983a040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react/src/SharedComponents/ColorPicker/components/ColorPicker.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const ColorPicker = (props: {
1515
<Menu.Label>Text</Menu.Label>
1616
{[
1717
"default",
18-
"grey",
18+
"gray",
1919
"brown",
2020
"red",
2121
"orange",
@@ -47,7 +47,7 @@ export const ColorPicker = (props: {
4747
<Menu.Label>Background</Menu.Label>
4848
{[
4949
"default",
50-
"grey",
50+
"gray",
5151
"brown",
5252
"red",
5353
"orange",

0 commit comments

Comments
 (0)