Skip to content

Commit

Permalink
FIX css build
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Jul 31, 2023
1 parent 8184122 commit 1738931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $form-text-color: #{"var(--form-text-color, #495057)"};
$form-border-color: #{"var(--form-border-color, #ced4da)"};
$form-bg-color: #{"var(--form-bg-color, #fff)"};

$readonly-bg-color: #{"var(--form-readonly-bg-color, #e9ecef)"};
$form-select-hover-color:#{"var(--form-select-hover-color, #ccc)"};
$form-select-hover-text-color:#{"var(--form-select-hover-text-color, #000)"};

Expand Down

0 comments on commit 1738931

Please sign in to comment.