Form feedback SVG icons use wrong stroke color
Created by: coneybeare
In variables
, the SVG values for $form-feedback-icon-valid and $form-feedback-icon-invalid are not setting the stroke color properly in order to respect the specified colors.
Unless I am mistaken, the SVG strokes should be the same color as specified by $form-feedback-icon-valid-color and $form-feedback-icon-invalid-color, respectively.
Here is a screenshot of the bug, in which I have changed the $danger
color to be #CF76A8
, and propagates down to $form-feedback-icon-invalid-color
, yet still shows the red default value for the SVG as a hardcoded #d9534f