Minor Style Improvement: Add vertical spacing to Device Type component navigation & fix inconsistent component active color

This commit is contained in:
thatmattlove
2021-10-15 17:21:36 -07:00
parent 84c14aadc7
commit 811c21ec7e
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -74,6 +74,7 @@ $btn-link-disabled-color: $gray-300;
// Forms
$component-active-bg: $primary;
$component-active-color: $black;
$form-text-color: $text-muted;
$input-bg: $gray-900;
$input-disabled-bg: $gray-700;