diff options
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 + }] } } ] |
