Skip to content

Commit 37ed1d0

Browse files
m5omdo
authored andcommitted
use $input-bg for $custom-select-bg (#25564)
* use $input-bg for $custom-select-bg
1 parent 49954d5 commit 37ed1d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ $custom-select-indicator-padding: 1rem !default; // Extra padding to account f
485485
$custom-select-line-height: $input-btn-line-height !default;
486486
$custom-select-color: $input-color !default;
487487
$custom-select-disabled-color: $gray-600 !default;
488-
$custom-select-bg: $white !default;
488+
$custom-select-bg: $input-bg !default;
489489
$custom-select-disabled-bg: $gray-200 !default;
490490
$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions
491491
$custom-select-indicator-color: $gray-800 !default;

0 commit comments

Comments
 (0)