Skip to content

Commit a2f2249

Browse files
authored
Merge pull request #2913 from rommapp/romm-2906
[ROMM-2906] Fix icon color light mode
2 parents cb5e598 + 5f3aa31 commit a2f2249

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/components/common/Game/Dialog/EditRom.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ function handleRomUpdateFromMetadata(updatedRom: UpdateRom) {
259259
!heartbeat.value.METADATA_SOURCES?.STEAMGRIDDB_API_ENABLED
260260
"
261261
size="small"
262-
class="translucent"
262+
class="translucent text-white"
263263
@click="
264264
emitter?.emit('showSearchCoverDialog', {
265265
term: rom.name || rom.fs_name,
@@ -271,7 +271,7 @@ function handleRomUpdateFromMetadata(updatedRom: UpdateRom) {
271271
</v-btn>
272272
<v-btn
273273
size="small"
274-
class="translucent"
274+
class="translucent text-white"
275275
@click="triggerFileInput('cover-file-input')"
276276
>
277277
<v-icon size="large"> mdi-pencil </v-icon>

0 commit comments

Comments
 (0)