Skip to content

Commit

Permalink
Drop-zone background color brightness increase
Browse files Browse the repository at this point in the history
  • Loading branch information
hujambo-dunia committed Nov 8, 2023
1 parent fbb9d63 commit ed05174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Upload/DragAndDropModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function onDropFail(event) {
&.drag-over {
.modal-content {
border-color: lighten($brand-info, 30%);
background-color: rgba($black, 0.3);
background-color: rgba(darken($brand-info, 20%), 0.4);
.inner-content {
color: lighten($brand-info, 30%);
Expand Down

0 comments on commit ed05174

Please sign in to comment.