aboutsummaryrefslogtreecommitdiff
path: root/src/components/underlay.style.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-01 01:27:30 +0200
committerHenry Jameson <me@hjkos.com>2024-02-01 01:27:30 +0200
commitd4795d2e3c363065319a978fd2d9237fb62f2fe6 (patch)
tree9231eaf5141db5477a8201315e4720d82d23a8c9 /src/components/underlay.style.js
parent53a4b1f9a6a9aa6bc044609c3accb074d924daf9 (diff)
moved default rules to component style.js files, added some basic text inheritance
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
+ }
+ }
]
}