From edea13ff26a3fc5021d79a8be914b7fc87ecd784 Mon Sep 17 00:00:00 2001 From: Dale Seo Date: Sat, 22 Aug 2020 16:55:57 -0400 Subject: [PATCH] fix indents --- .../angular/button-story-component-args-primary.ts.mdx | 3 +-- docs/snippets/react/button-story-component-args-primary.js.mdx | 2 +- docs/snippets/react/button-story-component-args-primary.ts.mdx | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/snippets/angular/button-story-component-args-primary.ts.mdx b/docs/snippets/angular/button-story-component-args-primary.ts.mdx index 3584e3ef06a..27a98546c53 100644 --- a/docs/snippets/angular/button-story-component-args-primary.ts.mdx +++ b/docs/snippets/angular/button-story-component-args-primary.ts.mdx @@ -6,9 +6,8 @@ import Button from './button.component'; export default { title: "Button", component: Button, - argTypes: { + argTypes: { backgroundColor: { control: 'color' }, - }, args: { // Now all Button stories will be primary. diff --git a/docs/snippets/react/button-story-component-args-primary.js.mdx b/docs/snippets/react/button-story-component-args-primary.js.mdx index 14fb3f666bb..3c2220144fd 100644 --- a/docs/snippets/react/button-story-component-args-primary.js.mdx +++ b/docs/snippets/react/button-story-component-args-primary.js.mdx @@ -7,7 +7,7 @@ import Button from './Button'; export default { title: "Button", component: Button, - argTypes: { + argTypes: { backgroundColor: { control: 'color' }, }, args: { diff --git a/docs/snippets/react/button-story-component-args-primary.ts.mdx b/docs/snippets/react/button-story-component-args-primary.ts.mdx index b68a82f0f6a..ca810f27dd3 100644 --- a/docs/snippets/react/button-story-component-args-primary.ts.mdx +++ b/docs/snippets/react/button-story-component-args-primary.ts.mdx @@ -8,9 +8,8 @@ import Button from './Button'; export default { title: "Button", component: Button, - argTypes: { + argTypes: { backgroundColor: { control: 'color' }, - }, args: { // Now all Button stories will be primary.