mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
fix create button for dark mode
This commit is contained in:
parent
70118c9885
commit
dc60cc5269
1 changed files with 2 additions and 1 deletions
|
@ -29,10 +29,11 @@
|
||||||
v-if="isOwnGroup"
|
v-if="isOwnGroup"
|
||||||
rounded
|
rounded
|
||||||
size="large"
|
size="large"
|
||||||
class="ml-2 mt-3 bg-grey-lighten-4"
|
class="ml-2 mt-3"
|
||||||
v-bind="props"
|
v-bind="props"
|
||||||
variant="elevated"
|
variant="elevated"
|
||||||
elevation="2"
|
elevation="2"
|
||||||
|
:color="$vuetify.theme.current.dark ? 'background-lighten-1' : 'background-darken-1'"
|
||||||
>
|
>
|
||||||
<v-icon
|
<v-icon
|
||||||
start
|
start
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue