Adds online / offline indicator

This commit is contained in:
2023-09-21 11:46:26 +02:00
parent 397b632b56
commit f6d884a91c
3 changed files with 32 additions and 22 deletions

View File

@@ -8,7 +8,10 @@ export default {
colors: {
primary: colors.teal,
secondary: colors.sky,
neutral: colors.slate
neutral: colors.slate,
success: colors.lime,
error: colors.red,
warning: colors.amber
}
},
plugins: [],