aboutsummaryrefslogtreecommitdiff
path: root/src/components/underlay.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/underlay.style.js')
-rw-r--r--src/components/underlay.style.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/underlay.style.js b/src/components/underlay.style.js
index c35fbada..380ea26e 100644
--- a/src/components/underlay.style.js
+++ b/src/components/underlay.style.js
@@ -4,5 +4,16 @@ export default {
outOfTreeSelector: '.underlay',
validInnerComponents: [
'Panel'
+ ],
+ defaultRules: [
+ {
+ component: 'Underlay',
+ // variant: 'normal',
+ // state: 'normal'
+ directives: {
+ background: '#000000',
+ opacity: 0.2
+ }
+ }
]
}