diff options
Diffstat (limited to 'src/components/root.style.js')
| -rw-r--r-- | src/components/root.style.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/root.style.js b/src/components/root.style.js index b762b2ba..53ee0ae1 100644 --- a/src/components/root.style.js +++ b/src/components/root.style.js @@ -3,8 +3,8 @@ export default { selector: ':root', validInnerComponents: [ 'Underlay', - 'TopBar', - 'Popover' + 'Modals', + 'TopBar' ], defaultRules: [ { |
