fix: Fix some references to ; they should refer to a specific gray in case changes

This commit is contained in:
Jay Sitter 2023-06-17 10:58:22 -04:00
parent 77a3e57f94
commit 77ab1f9e85

View file

@ -89,9 +89,9 @@ $nav-tabs-link-active-color: $white;
$nav-tabs-link-active-border-color: $nav-tabs-border-color
$nav-tabs-border-color transparent;
$input-bg: $secondary;
$input-bg: $gray-700;
$input-color: $white;
$input-disabled-bg: darken($secondary, 10%);
$input-disabled-bg: darken($gray-700, 10%);
$input-border-color: $body-bg;
$input-group-addon-color: $gray-500;
$input-group-addon-bg: $gray-700;
@ -138,6 +138,6 @@ $breadcrumb-bg: $gray-700;
$close-color: $white;
$close-text-shadow: none;
$pre-color: inherit;
$custom-select-bg: $secondary;
$custom-select-bg: $gray-700;
$custom-select-color: $white;
$light: $gray-800;