diff --git a/styleguide/src/system/components/data-display/Number/Number.vue b/styleguide/src/system/components/data-display/Number/Number.vue index 68bdee9d5..63f81bdc8 100644 --- a/styleguide/src/system/components/data-display/Number/Number.vue +++ b/styleguide/src/system/components/data-display/Number/Number.vue @@ -15,8 +15,9 @@ :uppercase="uppercase" :size="labelSize" class="ds-number-label" - color="soft" - v-html="label" /> + color="soft"> + {{ label }} + diff --git a/styleguide/src/system/components/data-display/Number/demo.md b/styleguide/src/system/components/data-display/Number/demo.md index 61ffbca36..71a95c73f 100644 --- a/styleguide/src/system/components/data-display/Number/demo.md +++ b/styleguide/src/system/components/data-display/Number/demo.md @@ -26,8 +26,8 @@ ```html - 1.123.124,03 EUR - + size="large" + label="collected donations from users"> + 1.123.124,03 EUR + ```