ui: reduced aggresive blur effect on the modal component (#3937)

This commit is contained in:
Faisal Amir 2024-11-04 14:07:20 +07:00 committed by GitHub
parent a4ebf69bc9
commit 3c721cb97d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,6 @@ button,
fieldset, fieldset,
.modal { .modal {
&__overlay { &__overlay {
@apply backdrop-blur-lg;
background-color: hsla(var(--modal-overlay)); background-color: hsla(var(--modal-overlay));
z-index: 200; z-index: 200;
position: fixed; position: fixed;

View File

@ -114,7 +114,7 @@
}, },
"modal": { "modal": {
"overlay": "0, 0%, 0%, 0.5", "overlay": "0, 0%, 0%, 0.7",
"bg": "215, 25%, 9%, 1", "bg": "215, 25%, 9%, 1",
"fg": "0, 0%, 100%, 11" "fg": "0, 0%, 100%, 11"
}, },

View File

@ -114,7 +114,7 @@
}, },
"modal": { "modal": {
"overlay": "0, 0%, 0%, 0.5", "overlay": "0, 0%, 0%, 0.7",
"bg": "0, 0%, 100%, 1", "bg": "0, 0%, 100%, 1",
"fg": "0, 0%, 0%, 1" "fg": "0, 0%, 0%, 1"
}, },

View File

@ -114,7 +114,7 @@
}, },
"modal": { "modal": {
"overlay": "0, 0%, 0%, 0.5", "overlay": "0, 0%, 0%, 0.7",
"bg": "222, 96%, 16%, 1", "bg": "222, 96%, 16%, 1",
"fg": "0, 0%, 100%, 11" "fg": "0, 0%, 100%, 11"
}, },