mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
Update input-bg to use body-bg (#34651)
This commit is contained in:
parent
b6df4a5394
commit
f64df40dfa
1 changed files with 1 additions and 1 deletions
|
|
@ -814,7 +814,7 @@ $input-padding-y-lg: $input-btn-padding-y-lg !default;
|
|||
$input-padding-x-lg: $input-btn-padding-x-lg !default;
|
||||
$input-font-size-lg: $input-btn-font-size-lg !default;
|
||||
|
||||
$input-bg: $white !default;
|
||||
$input-bg: $body-bg !default;
|
||||
$input-disabled-bg: $gray-200 !default;
|
||||
$input-disabled-border-color: null !default;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue