From befbce677c2173cca3b66db7281e22d09ff198bd Mon Sep 17 00:00:00 2001 From: Rijk van Zanten Date: Mon, 10 Jan 2022 11:50:52 -0500 Subject: [PATCH] Use consistent background color on image interface (#10959) Fixes #10917 --- app/src/interfaces/file-image/file-image.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/interfaces/file-image/file-image.vue b/app/src/interfaces/file-image/file-image.vue index 3467385b35..3ac666352d 100644 --- a/app/src/interfaces/file-image/file-image.vue +++ b/app/src/interfaces/file-image/file-image.vue @@ -268,7 +268,7 @@ export default defineComponent({ width: 100%; height: var(--input-height-tall); overflow: hidden; - background-color: var(--background-inverted); + background-color: var(--background-normal-alt); border-radius: var(--border-radius); } @@ -282,7 +282,6 @@ img { .is-svg { padding: 32px; - background-color: var(--background-normal-alt); img { object-fit: contain;