fix: Modal backdrop & shadow style
This commit is contained in:
parent
537a37b5be
commit
74d375eb46
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ $body-color: var(--text-light);
|
|||
$component-active-color: var(--fg-color);
|
||||
$component-active-bg: $gray-600;
|
||||
$modal-content-bg: var(--modal-bg);
|
||||
$modal-backdrop-bg: var(--gray-900);
|
||||
$modal-content-box-shadow-sm-up: 0px 5px 10px rgba(0, 0, 0, 0.100661);
|
||||
$link-color: var(--text-color);
|
||||
|
||||
// input
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue