diff --git a/frontend/src/components/Details/Info/GameInfo.vue b/frontend/src/components/Details/Info/GameInfo.vue index 37b4323c3..2c3d23a62 100644 --- a/frontend/src/components/Details/Info/GameInfo.vue +++ b/frontend/src/components/Details/Info/GameInfo.vue @@ -211,7 +211,7 @@ function onFilterClick(filter: FilterType, value: string) { @@ -242,7 +242,7 @@ function onFilterClick(filter: FilterType, value: string) { @@ -261,7 +261,7 @@ function onFilterClick(filter: FilterType, value: string) { diff --git a/frontend/src/components/Gallery/AppBar/Collection/CollectionInfoDrawer.vue b/frontend/src/components/Gallery/AppBar/Collection/CollectionInfoDrawer.vue index 60ae54691..c93729f9d 100644 --- a/frontend/src/components/Gallery/AppBar/Collection/CollectionInfoDrawer.vue +++ b/frontend/src/components/Gallery/AppBar/Collection/CollectionInfoDrawer.vue @@ -195,7 +195,7 @@ async function updateCollection() { !heartbeat.value.METADATA_SOURCES?.STEAMGRIDDB_API_ENABLED " size="small" - class="translucent-dark" + class="translucent" @click=" emitter?.emit('showSearchCoverDialog', { term: currentCollection.name as string, @@ -208,7 +208,7 @@ async function updateCollection() { mdi-cloud-upload-outline @@ -224,7 +224,7 @@ async function updateCollection() { mdi-delete diff --git a/frontend/src/components/common/Collection/Dialog/CreateCollection.vue b/frontend/src/components/common/Collection/Dialog/CreateCollection.vue index 90e6d4133..40d6a84fc 100644 --- a/frontend/src/components/common/Collection/Dialog/CreateCollection.vue +++ b/frontend/src/components/common/Collection/Dialog/CreateCollection.vue @@ -176,7 +176,7 @@ function closeDialog() { ?.STEAMGRIDDB_API_ENABLED " size="small" - class="translucent-dark" + class="translucent" @click=" emitter?.emit('showSearchCoverDialog', { term: collection.name as string, @@ -188,7 +188,7 @@ function closeDialog() { mdi-pencil @@ -203,7 +203,7 @@ function closeDialog() { { !rom.ss_url_cover && !rom.sgdb_url_cover) " - class="translucent-dark text-white" + class="translucent text-white" :class=" sizeActionBar === 1 ? 'text-subtitle-1' : 'text-caption' " @@ -287,7 +287,7 @@ onBeforeUnmount(() => { /> @@ -295,7 +295,7 @@ onBeforeUnmount(() => { @@ -306,13 +306,13 @@ onBeforeUnmount(() => { text="Favorite" color="secondary" density="compact" - class="translucent-dark text-white mr-1 mb-1 px-1" + class="translucent text-white mr-1 mb-1 px-1" > mdi-star { (isOuterHovering || activeMenu) && !smAndDown " - class="translucent-dark" + class="translucent" @menu-open="handleOpenMenu" @menu-close="handleCloseMenu" :rom="rom" diff --git a/frontend/src/components/common/Game/Card/Flags.vue b/frontend/src/components/common/Game/Card/Flags.vue index 398df161e..0f7d71a67 100644 --- a/frontend/src/components/common/Game/Card/Flags.vue +++ b/frontend/src/components/common/Game/Card/Flags.vue @@ -32,7 +32,7 @@ const playingStatus = computed(() => { @@ -43,7 +43,7 @@ const playingStatus = computed(() => { @@ -53,7 +53,7 @@ const playingStatus = computed(() => { diff --git a/frontend/src/components/common/Game/Card/Related.vue b/frontend/src/components/common/Game/Card/Related.vue index 0be83128c..eb1b23aca 100644 --- a/frontend/src/components/common/Game/Card/Related.vue +++ b/frontend/src/components/common/Game/Card/Related.vue @@ -31,7 +31,7 @@ const missingCoverImage = computed(() => getMissingCoverImage(props.game.name)); lazy > diff --git a/frontend/src/components/common/Game/Dialog/EditRom.vue b/frontend/src/components/common/Game/Dialog/EditRom.vue index a47637453..33ed3ef32 100644 --- a/frontend/src/components/common/Game/Dialog/EditRom.vue +++ b/frontend/src/components/common/Game/Dialog/EditRom.vue @@ -223,7 +223,7 @@ function closeDialog() { !heartbeat.value.METADATA_SOURCES?.STEAMGRIDDB_API_ENABLED " size="small" - class="translucent-dark" + class="translucent" @click=" emitter?.emit('showSearchCoverDialog', { term: rom.name as string, @@ -235,7 +235,7 @@ function closeDialog() { mdi-pencil @@ -250,7 +250,7 @@ function closeDialog() { @@ -224,7 +224,7 @@ function updateOptions({ sortBy }: { sortBy: SortBy }) { diff --git a/frontend/src/components/common/MissingFromFSIcon.vue b/frontend/src/components/common/MissingFromFSIcon.vue index be1ac46f2..b15b61884 100644 --- a/frontend/src/components/common/MissingFromFSIcon.vue +++ b/frontend/src/components/common/MissingFromFSIcon.vue @@ -21,7 +21,7 @@ withDefaults(