You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I import the nou-ui-kit.scss files in order to customize my colors.
I noticed that on input-groups with input-group-prepend elements the left border is not correctly colored with my custom $primary-color (but the default orange):
I import the
nou-ui-kit.scss
files in order to customize my colors.I noticed that on
input-group
s withinput-group-prepend
elements the left border is not correctly colored with my custom$primary-color
(but the default orange):Using
$primary-color
in_inputs.scss
fixes the issue.The text was updated successfully, but these errors were encountered: