diff --git a/src/components/StatCardComponent.vue b/src/components/StatCardComponent.vue index 273e8c76..32e37f8f 100644 --- a/src/components/StatCardComponent.vue +++ b/src/components/StatCardComponent.vue @@ -14,13 +14,17 @@ const props = withDefaults( | 'yellow' | 'red' | 'magenta' - | 'blue'; + | 'blue' + | 'lime' + | 'light-purple'; }[]; dark?: boolean; + textSize?: string; labelI18n?: boolean; }>(), { labelI18n: false, + textSize: '12px', }, ); @@ -43,8 +47,13 @@ const props = withDefaults( />