Skip to content

Commit 1ea5d26

Browse files
mbohaladamkudrna
authored andcommitted
Fix invalid prop in example
1 parent a54b298 commit 1ea5d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Button/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Badges play nicely with icon buttons, too:
245245
/>
246246
<Button
247247
label="Icon button with badge"
248-
labelVisibility="desktop"
248+
labelVisibility="md"
249249
priority="outline"
250250
beforeLabel={<Icon icon="warning-sign" />}
251251
startCorner={<Badge label={3} color="danger" />}

0 commit comments

Comments
 (0)