Drop over background color

This commit is contained in:
Michael Shamoon 2021-01-26 00:17:27 -08:00
parent 2e112fe7b1
commit 5da2bced94

View File

@ -0,0 +1,5 @@
@import "/src/theme";
::ng-deep .ngx-file-drop__drop-zone--over {
background-color: $primaryFaded !important;
}