Skip to content

Commit 7bd8915

Browse files
committed
fix(configurator): add danger to brand color keys
https://claude.ai/code/session_0194pdid9nK6cmJXon9JgNAh
1 parent 1a21017 commit 7bd8915

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configurator/src/lib/brandColors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const BRAND_COLOR_KEYS = [
2626
{ key: 'warning', label: 'Warning', group: 'status' },
2727
{ key: 'error', label: 'Error', group: 'status' },
2828
{ key: 'info', label: 'Info', group: 'status' },
29+
{ key: 'danger', label: 'Danger', group: 'status' },
2930
];
3031

3132
/**

0 commit comments

Comments
 (0)