+
+
+
+ {{ value.value.toFixed(2) }} {{ $t(`units.${value.unit}`) }}
+
+
+ {{ label }}
+
+
+
+
+
+
diff --git a/src/plugins/vuetify.ts b/src/plugins/vuetify.ts
index 679f22e..9721582 100644
--- a/src/plugins/vuetify.ts
+++ b/src/plugins/vuetify.ts
@@ -30,6 +30,11 @@ const jinshenLightTheme: ThemeDefinition = {
export default createVuetify({
theme: {
defaultTheme: 'light',
+ variations: {
+ colors: ['primary', 'secondary', 'success', 'info', 'warning', 'error'],
+ lighten: 5,
+ darken: 5,
+ },
themes: {
light: jinshenLightTheme,
},