From 728ca922b9cd0a0a784692895814a5afcba5b0a8 Mon Sep 17 00:00:00 2001 From: dog Date: Sun, 4 Feb 2024 13:39:38 +0300 Subject: [PATCH] darken image cropper background --- src/styles/app.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/app.scss b/src/styles/app.scss index 6adc6ff2..ad7a13ef 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -1078,7 +1078,8 @@ iframe { } .cropper-modal { - background-color: #fff !important; + background-color: #000 !important; + opacity: 0.4 !important; } .cropper-canvas {