Improve darkmode

This commit is contained in:
Douglas Barone 2022-06-08 19:27:06 +00:00
parent 37a3d801d0
commit 8fd27638ac
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@
small
v-bind="attrs"
v-on="on"
:outlined="$vuetify.theme.dark"
>
<v-icon small left :color="signalStrengthColor(value) + ' darken-2'">
{{ signalStrengthIcon(value) }}
@ -20,7 +21,7 @@
</v-chip>
</template>
<template v-else>
<v-chip small color="grey lighten-4">
<v-chip small color="grey lighten-4" :outlined="$vuetify.theme.dark">
<v-icon small left color="grey">mdi-signal-off</v-icon>
<small v-if="offline">Offline</small>
<small v-else>{{ noSignalText }}</small>

View File

@ -152,6 +152,7 @@
:color="loadColor(item.clients) + ' lighten-5'"
light
@click="navigateToAccessPoint(item)"
:outlined="$vuetify.theme.dark"
>
<v-icon left :color="loadColor(item.clients)">
{{ loadIcon(item.clients) }}