diff options
Diffstat (limited to 'src/components/badge.style.js')
| -rw-r--r-- | src/components/badge.style.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/badge.style.js b/src/components/badge.style.js index 3ac7d8c0..37833cdb 100644 --- a/src/components/badge.style.js +++ b/src/components/badge.style.js @@ -6,8 +6,7 @@ export default { 'Icon' ], variants: { - normal: '.neutral', - notification: '.notification' + notification: '.-notification' }, defaultRules: [ { |
