From 6e054fcb805ec3250735590e762504c4923b1c60 Mon Sep 17 00:00:00 2001 From: R Midhun Suresh Date: Tue, 28 Mar 2023 17:43:48 +0530 Subject: [PATCH] Update src/platform/web/ui/css/themes/element/theme.css Co-authored-by: Bruno Windels <274386+bwindels@users.noreply.github.com> --- src/platform/web/ui/css/themes/element/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/web/ui/css/themes/element/theme.css b/src/platform/web/ui/css/themes/element/theme.css index 11501bce..5f13bb7c 100644 --- a/src/platform/web/ui/css/themes/element/theme.css +++ b/src/platform/web/ui/css/themes/element/theme.css @@ -1477,7 +1477,7 @@ button.RoomDetailsView_row::after { } .VerificationCompleteView__icon { - background: url("./icons//verified.svg?primary=accent-color") no-repeat; + background: url("./icons/verified.svg?primary=accent-color") no-repeat; background-size: contain; width: 128px; height: 128px;