diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-27 22:02:25 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-27 22:02:25 +0200 |
| commit | e2af986323d82ebd15d7a303ed40cc033d933479 (patch) | |
| tree | d43417fb61c5577d12ca60ca0aa533624bf068ce /src/components/alert.style.js | |
| parent | eab3bfaf0d1e99879f53ead8319892b559ab8ca6 (diff) | |
fix global notices
Diffstat (limited to 'src/components/alert.style.js')
| -rw-r--r-- | src/components/alert.style.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/alert.style.js b/src/components/alert.style.js index bb97bd64..19bd4bbb 100644 --- a/src/components/alert.style.js +++ b/src/components/alert.style.js @@ -18,7 +18,8 @@ export default { { directives: { background: '--text', - opacity: 0.5 + opacity: 0.5, + blur: '9px' } }, { |
