#7449: Use original primary color

This commit is contained in:
jeremystretch 2021-10-05 14:52:10 -04:00
parent 854a12982f
commit a34c8b80e5
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -7,6 +7,7 @@ $input-border-color: $gray-200;
$theme-colors: map-merge( $theme-colors: map-merge(
$theme-colors, $theme-colors,
( (
'primary': #337ab7,
'red': $red-500, 'red': $red-500,
'yellow': $yellow-500, 'yellow': $yellow-500,
'green': $green-500, 'green': $green-500,