Skip to content

Commit

Permalink
Adjust colors for drag-and-drop input
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindehli committed Feb 22, 2024
1 parent b99330d commit 5a3bc15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/stories/DragAndDropFileInput.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@

.dragAndDropContainer {
@include transition(all 0.1s ease-in-out);
border: 2px dashed #ccc;
border: 2px dashed $color-secondary-light;
border-radius: 20px;
width: 100%;
padding: 20px;
text-align: center;
background-color: #fff;

input {
display: none;
Expand All @@ -26,7 +27,7 @@
}

&.highlighted {
background: $color-default-background;
background: $color-secondary-x-light;
border-color: $color-primary;
}
}
Expand Down

0 comments on commit 5a3bc15

Please sign in to comment.