styles: apply dark theme to TorrentListDropzone

This commit is contained in:
Jesse Chan
2021-11-01 01:54:00 -07:00
parent 5c816046b9
commit 7428f86ee5
+2 -1
View File
@@ -1,6 +1,7 @@
@use 'sass:color';
@use '../tools/colors';
@use '../tools/themes';
@use '../tools/variables';
@use '../ui/config/font-size.scss';
@@ -134,7 +135,7 @@ $dropzone--file--foreground: $dropzone--foreground;
left: 0;
width: 100%;
height: 100%;
background: #fff;
@include themes.theme('background', 'torrent-list--background');
z-index: 2;
text-align: center;
opacity: 0;