Skip to content

Commit 5a2a335

Browse files
committed
fix(dropzone): removing unused classes
1 parent 98e5ea3 commit 5a2a335

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

components/dropzone/index.css

-5
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@
126126

127127
&.is-filled.is-dragged {
128128
--mod-drop-zone-content-display: flex;
129-
background-image: url("https://s3-alpha-sig.figma.com/img/18cd/d82f/a71c264919d2049dcb540ae23897d027?Expires=1733097600&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=OMgIsMMWb10DyYC8c-pAUm4MxTwft~CTzqPojWvC0fLCFthNPTm5uh3esb1hTRxleJ9-HMNTvqawigP1GCbYI4PqCgkgMZA2CxvtksvQoi2qvVOBy-U6grTgw2KRFOkNEsT~UkcQRAdx0wDZs-PBGyeeMjs0jyZTmq7LbR5ntIVaFFNTpBTnj1o9Hl2S-Ofo1UEANW58Az~3JvY1XyuSYd3q1QIXb-lYi57QQ74F85P0B6ZDW~0n7o-9eg4SsJ0OgVgJu3LRr6XFyNCbb109Iu~wrmSHCjnCLm5~9v4lY0Tm8whnUYQ3js88LHFxUghP~3MJahtKgJXqMwJKNMhCCQ__");
130-
131-
.spectrum-DropZone-actions {
132-
margin-block-start: 0;
133-
}
134129
}
135130

136131
&:focus-visible {

components/dropzone/stories/dropzone.stories.js

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Default.args = {
5757
},
5858
],
5959
label: "Drop file to replace",
60-
useAccentColor: true,
6160
customStyles: {
6261
width: "300px",
6362
},

0 commit comments

Comments
 (0)