Skip to content

Commit 38800c5

Browse files
Merge pull request #1539 from ASU/uds-1986-gray-codekit
fix(unity-react-core): adding Grays to code kit
2 parents 293c379 + dd6f5c1 commit 38800c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/unity-react-core/src/components/Testimonial/Testimonial.stories.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ export default {
2626
argTypes: {
2727
wrapperBackgroundColor: {
2828
defaultValue: "",
29-
options: ["", "bg-gray-2", "bg-gray-7"],
29+
options: ["", "bg-gray-2", "bg-gray-7", "bg-gray-1"],
3030
control: {
3131
type: "radio",
3232
labels: {
3333
"": "White",
34-
"bg-gray-2": "Gray",
34+
"bg-gray-2": "Gray 2",
35+
"bg-gray-1": "Gray 1",
3536
"bg-gray-7": "Black",
3637
},
3738
},

0 commit comments

Comments
 (0)