Skip to content

Commit 343f026

Browse files
committed
feat(CC-button): hardened button implementation
1 parent 5a9c3e0 commit 343f026

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/code-connect/components/Button/BlockButton.figma.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import figma from '@figma/code-connect';
22
import { Button } from '@patternfly/react-core';
33
import PlusCircleIcon from '@patternfly/react-icons/dist/esm/icons/plus-circle-icon';
44

5-
// TODO: FIGMA: Define Icon left/right intent
5+
// TODO: DESIGN: Define Icon left/right intent
66
// Ex: Are the icons different or just on different sides?
77
// The current configuration renders two icons separately
88
// Documentation for Button can be found at https://www.patternfly.org/components/button

packages/code-connect/components/Button/Button.figma.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import figma from '@figma/code-connect';
22
import { Button } from '@patternfly/react-core';
33
import PlusCircleIcon from '@patternfly/react-icons/dist/esm/icons/plus-circle-icon';
44

5-
// TODO: FIGMA: Define Icon left/right intent
5+
// TODO: DESIGN: Define Icon left/right intent
66
// Ex: Are the icons different or just on different sides?
77
// The current configuration renders two icons separately
88

9-
// TODO: FIGMA: Add count options to the button
10-
// TODO: FIGMA: Add isRead options to the button
9+
// TODO: DESIGN: Add count options to the button
10+
// TODO: DESIGN: Add isRead options to the button
1111
// Documentation for Button can be found at https://www.patternfly.org/components/button
1212

1313
figma.connect(

packages/code-connect/components/Button/LinkButton.figma.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import figma from '@figma/code-connect';
22
import { Button } from '@patternfly/react-core';
33
import PlusCircleIcon from '@patternfly/react-icons/dist/esm/icons/plus-circle-icon';
44

5-
// TODO: FIGMA: Define Icon left/right intent
5+
// TODO: DESIGN: Define Icon left/right intent
66
// Ex: Are the icons different or just on different sides?
77
// The current configuration renders two icons separately
88
// Documentation for Button can be found at https://www.patternfly.org/components/button

0 commit comments

Comments
 (0)