Skip to content

Commit eb2bda6

Browse files
committed
[REF]: rebuild for version 5.2.8
1 parent 5f3bf60 commit eb2bda6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/index.es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dropzone-ui/react",
3-
"version": "5.2.0",
3+
"version": "5.2.8",
44
"description": "The most complete React library for managing file uploads. Multilanguage support. Server side support. Material design considered.",
55
"main": "./build/index.js",
66
"module": "./build/index.es.js",

src/components/file-item/components/FileItem/FileItem.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
border-radius: 4px;
137137
}
138138
&.error {
139-
background-color: rgb(218, 126, 126);
139+
background-color: #911e1e;
140140
border: 1px dashed red;
141141
font-size: 0.7rem;
142142

0 commit comments

Comments
 (0)