diff options
Diffstat (limited to 'src/components/button_unstyled.style.js')
| -rw-r--r-- | src/components/button_unstyled.style.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/button_unstyled.style.js b/src/components/button_unstyled.style.js index a96cb7b6..e80322eb 100644 --- a/src/components/button_unstyled.style.js +++ b/src/components/button_unstyled.style.js @@ -10,7 +10,8 @@ export default { }, validInnerComponents: [ 'Text', - 'Icon' + 'Icon', + 'Badge' ], defaultRules: [ { |
