Admin UI: Lighten link text color in overview tables
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
7e843808ca
commit
1a6b896753
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue