mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
[ROMM-2906] Fix icon color light mode
This commit is contained in:
@@ -259,7 +259,7 @@ function handleRomUpdateFromMetadata(updatedRom: UpdateRom) {
|
||||
!heartbeat.value.METADATA_SOURCES?.STEAMGRIDDB_API_ENABLED
|
||||
"
|
||||
size="small"
|
||||
class="translucent"
|
||||
class="translucent text-white"
|
||||
@click="
|
||||
emitter?.emit('showSearchCoverDialog', {
|
||||
term: rom.name || rom.fs_name,
|
||||
@@ -271,7 +271,7 @@ function handleRomUpdateFromMetadata(updatedRom: UpdateRom) {
|
||||
</v-btn>
|
||||
<v-btn
|
||||
size="small"
|
||||
class="translucent"
|
||||
class="translucent text-white"
|
||||
@click="triggerFileInput('cover-file-input')"
|
||||
>
|
||||
<v-icon size="large"> mdi-pencil </v-icon>
|
||||
|
||||
Reference in New Issue
Block a user