aboutsummaryrefslogtreecommitdiff
path: root/top_bar.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'top_bar.style.js')
-rw-r--r--top_bar.style.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/top_bar.style.js b/top_bar.style.js
index 91b2e72b..4def18a3 100644
--- a/top_bar.style.js
+++ b/top_bar.style.js
@@ -5,5 +5,19 @@ export default {
'Link',
'Text',
'Icon'
+ ],
+ defaultRules: [
+ {
+ directives: {
+ shadow: [{
+ x: 0,
+ y: 0,
+ blur: 4,
+ spread: 0,
+ color: '#000000',
+ alpha: 0.6
+ }]
+ }
+ }
]
}