fix create button for dark mode

This commit is contained in:
Michael Genson 2025-06-02 15:17:05 +00:00
commit dc60cc5269

View file

@ -29,10 +29,11 @@
v-if="isOwnGroup"
rounded
size="large"
class="ml-2 mt-3 bg-grey-lighten-4"
class="ml-2 mt-3"
v-bind="props"
variant="elevated"
elevation="2"
:color="$vuetify.theme.current.dark ? 'background-lighten-1' : 'background-darken-1'"
>
<v-icon
start