We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6356812 commit 1fb7890Copy full SHA for 1fb7890
1 file changed
src/Shared/Components/Icon/types.ts
@@ -46,7 +46,7 @@ export interface IconBaseProps {
46
*
47
* @example 'B500', 'N200', 'G50', 'R700'
48
*/
49
- color?: IconBaseColorType
+ color: IconBaseColorType
50
/**
51
* A unique identifier for testing purposes, typically used in test automation.
52
0 commit comments