aboutsummaryrefslogtreecommitdiff
path: root/src/components/panel_header.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/panel_header.style.js')
-rw-r--r--src/components/panel_header.style.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/panel_header.style.js b/src/components/panel_header.style.js
index e83e1f15..01f8a67f 100644
--- a/src/components/panel_header.style.js
+++ b/src/components/panel_header.style.js
@@ -6,5 +6,14 @@ export default {
'Link',
'Icon',
'Button'
+ ],
+ defaultRules: [
+ {
+ component: 'PanelHeader',
+ directives: {
+ background: '--fg'
+ // opacity: 0.9
+ }
+ }
]
}