File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ import Tooltip, { TooltipProps } from "./../Tooltip/Tooltip";
1717interface 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 /**
You can’t perform that action at this time.
0 commit comments