From d8c962ee37c14161e6b05dd555573a376c492795 Mon Sep 17 00:00:00 2001 From: Pavithra Kodmad Date: Tue, 1 Mar 2022 23:27:36 +1100 Subject: [PATCH] Update many-roses-hammer.md --- .changeset/many-roses-hammer.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.changeset/many-roses-hammer.md b/.changeset/many-roses-hammer.md index e701c15e217..50bb79bc3f6 100644 --- a/.changeset/many-roses-hammer.md +++ b/.changeset/many-roses-hammer.md @@ -16,17 +16,16 @@ We now support a variant property which takes values `primary`, `invisible`, `ou ```jsx - - Primary Button + +import { ButtonPrimary, ButtonInvisible, + ButtonOutline, ButtonDanger } + from '@primer/react' + + + Primary Button - Invisible Button + Invisible Button Outline Button @@ -35,13 +34,14 @@ We now support a variant property which takes values `primary`, `invisible`, `ou Danger Button ``` + ```jsx -import { - Button -} from '@primer/react' + +import { Button } from '@primer/react' +