Skip to content

Commit abf9c05

Browse files
committed
fix property descriptions
1 parent dc4235c commit abf9c05

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Button/Button.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ import Tooltip, { TooltipProps } from "./../Tooltip/Tooltip";
1717
interface AdditionalButtonProps {
1818
/**
1919
* Always use this when the button triggers an affirmative action, e.g. confirm a process.
20-
* The button is displayed with primary color scheme.
20+
* The button is displayed with accent color intent.
2121
*/
2222
affirmative?: boolean;
2323
/**
2424
* Always use this when the button triggers an disruptive action, e.g. delete or remove.
25-
* The button is displayed with primary color scheme.
25+
* The button is displayed with danger color intent.
2626
*/
2727
disruptive?: boolean;
2828
/**
2929
* Use this when a button is important enough to highlight it in a set of other buttons.
30-
* The button is displayed with primary color scheme.
30+
* The button is displayed with accent color intent.
3131
*/
3232
elevated?: boolean;
3333
/**

0 commit comments

Comments
 (0)