mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
fix last made text color in dark mode
This commit is contained in:
parent
1a0d855ebc
commit
e48f9e69e3
1 changed files with 2 additions and 2 deletions
|
@ -90,15 +90,15 @@
|
||||||
<v-btn
|
<v-btn
|
||||||
rounded
|
rounded
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
color="primary"
|
|
||||||
size="x-large"
|
size="x-large"
|
||||||
v-bind="props"
|
v-bind="props"
|
||||||
|
style="border-color: rgb(var(--v-theme-primary));"
|
||||||
@click="madeThisDialog = true"
|
@click="madeThisDialog = true"
|
||||||
>
|
>
|
||||||
<v-icon start size="large" color="primary">
|
<v-icon start size="large" color="primary">
|
||||||
{{ $globals.icons.calendar }}
|
{{ $globals.icons.calendar }}
|
||||||
</v-icon>
|
</v-icon>
|
||||||
<span class="text-body-1 text-black opacity-80">
|
<span class="text-body-1 opacity-80">
|
||||||
<b>{{ $t("general.last-made") }}</b>
|
<b>{{ $t("general.last-made") }}</b>
|
||||||
<br>
|
<br>
|
||||||
{{ lastMade ? new Date(lastMade).toLocaleDateString($i18n.locale) : $t("general.never") }}
|
{{ lastMade ? new Date(lastMade).toLocaleDateString($i18n.locale) : $t("general.never") }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue