Adds online / offline indicator
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user