Skip to content

Commit 26d3faf

Browse files
authored
Merge pull request #94 from dwagio/patch-1
Fix class selector in Fully Featured example
2 parents b3ad944 + afc4f86 commit 26d3faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/views/FullyFeaturedDropzoneView.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</script>
2323

2424
<style>
25-
:global(custom-dropzone) {
25+
:global(.custom-dropzone) {
2626
}
2727
</style>
2828

0 commit comments

Comments
 (0)