Skip to content

Commit

Permalink
Fix color of drag and drob blob in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksleight committed Feb 17, 2022
1 parent 1267ff6 commit ab77e3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/forms/resources/css/components/file-upload.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
@apply bg-white border border-gray-300 rounded-lg shadow-sm;
}

.filepond--drip-blob {
@apply bg-gray-900;
}

.dark .filepond--drop-label {
@apply text-gray-200;
}
Expand All @@ -14,6 +18,10 @@
@apply border-gray-600 text-white bg-gray-700;
}

.dark .filepond--drip-blob {
@apply bg-gray-100;
}

/* compact only styles, excludes compact circle (avatar) */

.filepond--root[data-style-panel-layout="compact"] .filepond--item + .filepond--item {
Expand Down

0 comments on commit ab77e3a

Please sign in to comment.