Skip to content

Commit

Permalink
fix: input bg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 24, 2021
1 parent c6cc82f commit cb3140e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@tabler/icons": "^1.41.2",
"apexcharts": "^3.29.0",
"autosize": "^5.0.1",
"bootstrap": "5.1",
"bootstrap": "5.1.3",
"choices.js": "^9.0.1",
"countup.js": "^2.0.8",
"flatpickr": "^4.6.9",
Expand Down
1 change: 1 addition & 0 deletions src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ $list-group-border-color: $border-color !default;
$list-group-action-color: inherit !default;
$list-group-bg: inherit !default;

$input-bg: $white !default;
$input-disabled-bg: $gray-100 !default;
$input-border-color: $border-color-dark !default;
$input-border-color-transparent: $border-color-dark-transparent !default;
Expand Down

0 comments on commit cb3140e

Please sign in to comment.