diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-20 01:18:21 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-20 01:18:21 +0200 |
| commit | c3e6e7c61de8fcf9cdeeeac6479d8a00a9b47b3a (patch) | |
| tree | 31cf16370a6dfbfcc71b036647cf1535ec719f65 /src/components/top_bar.style.js | |
| parent | 2172529dd06cb03be6341b3ae5cb2a74187e8e03 (diff) | |
improvements to backcompat + fixes to topbar
Diffstat (limited to 'src/components/top_bar.style.js')
| -rw-r--r-- | src/components/top_bar.style.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/components/top_bar.style.js b/src/components/top_bar.style.js index c02fecf1..46b3fb56 100644 --- a/src/components/top_bar.style.js +++ b/src/components/top_bar.style.js @@ -13,7 +13,15 @@ export default { defaultRules: [ { directives: { - background: '--fg' + background: '--fg', + shadow: [{ + x: 0, + y: 0, + blur: 4, + spread: 0, + color: '#000000', + alpha: 0.6 + }] } } ] |
