diff --git a/packages/core/stories/elements/Button/Button.stories.mdx b/packages/core/stories/elements/Button/Button.stories.mdx index 20edc1ddad..8c2d97a502 100644 --- a/packages/core/stories/elements/Button/Button.stories.mdx +++ b/packages/core/stories/elements/Button/Button.stories.mdx @@ -12,160 +12,153 @@ import * as stories from './Button.stories.js'; /> # Buttons -Buttons express what action will occur when the user clicks or touches it. Buttons are used to initialize an action, either in the background or foreground of an experience. - + +Buttons are used in forms and interactive applications to trigger actions. + + -