diff options
Diffstat (limited to 'src/components/root.style.js')
| -rw-r--r-- | src/components/root.style.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/root.style.js b/src/components/root.style.js index 053d984b..97289236 100644 --- a/src/components/root.style.js +++ b/src/components/root.style.js @@ -8,12 +8,14 @@ export default { 'TopBar', 'Scrollbar', 'ScrollbarElement', - 'MobileDrawer' + 'MobileDrawer', + 'Button' // mobile post button ], defaultRules: [ { directives: { - '--font': 'generic | sans-serif' + '--font': 'generic | sans-serif', + '--monoFont': 'generic | monospace' } } ] |
