mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -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"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue