Drop over background color

This commit is contained in:
Michael Shamoon 2021-01-26 00:17:27 -08:00
parent 7dedb99dae
commit 5651a03b14

View File

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