Admin UI: Lighten link text color in overview tables

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-03-14 07:58:29 +01:00
parent 7e843808ca
commit 1a6b896753

View file

@ -12,7 +12,7 @@
>
<template #items="props">
<td class="p-account">
<button class="secondary-dark--text" @click.stop.prevent="edit(props.item)">
<button class="secondary-dark--text text--lighten-1" @click.stop.prevent="edit(props.item)">
{{ props.item.AccName }}
</button>
</td>