Modal: Specify color

Fixes WatchedDeleteModal for light theme because of inherited css from content pages and this is the easiest fix for now
This commit is contained in:
IRHM
2026-03-09 10:47:24 +00:00
parent 664caa6ba2
commit dca1acbbd8
+1
View File
@@ -69,6 +69,7 @@
min-width: 300px;
width: 100%;
max-height: calc(100% - 20px);
color: $text-color;
background-color: $bg-color;
border-radius: 10px;
padding: 15px 20px;