Skip to content

Commit

Permalink
ui: reduced aggresive blur effect on the modal component (janhq#3937)
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored Nov 4, 2024
1 parent a4ebf69 commit 3c721cb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion joi/src/core/Modal/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ button,
fieldset,
.modal {
&__overlay {
@apply backdrop-blur-lg;
background-color: hsla(var(--modal-overlay));
z-index: 200;
position: fixed;
Expand Down
2 changes: 1 addition & 1 deletion themes/dark-dimmed/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},

"modal": {
"overlay": "0, 0%, 0%, 0.5",
"overlay": "0, 0%, 0%, 0.7",
"bg": "215, 25%, 9%, 1",
"fg": "0, 0%, 100%, 11"
},
Expand Down
2 changes: 1 addition & 1 deletion themes/joi-light/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},

"modal": {
"overlay": "0, 0%, 0%, 0.5",
"overlay": "0, 0%, 0%, 0.7",
"bg": "0, 0%, 100%, 1",
"fg": "0, 0%, 0%, 1"
},
Expand Down
2 changes: 1 addition & 1 deletion themes/night-blue/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},

"modal": {
"overlay": "0, 0%, 0%, 0.5",
"overlay": "0, 0%, 0%, 0.7",
"bg": "222, 96%, 16%, 1",
"fg": "0, 0%, 100%, 11"
},
Expand Down

0 comments on commit 3c721cb

Please sign in to comment.