The Button-component has optional prop named color: color?: "primary" | "danger" | "success" | string;
When color is given as a string, it is not handled correctly. Adjust s.t. a background color is set with wanted color string - e.g. named color, hex color etc.
The Button-component has optional prop named
color
:color?: "primary" | "danger" | "success" | string;
When color is given as a string, it is not handled correctly. Adjust s.t. a background color is set with wanted color string - e.g. named color, hex color etc.