|
@@ -339,7 +339,7 @@ export default class Editor extends AbstractEditor {
|
|
|
&& (
|
|
&& (
|
|
|
<button
|
|
<button
|
|
|
type="button"
|
|
type="button"
|
|
|
- className="btn btn-default btn-block btn-open-dropzone"
|
|
|
|
|
|
|
+ className="btn btn-light btn-block btn-open-dropzone"
|
|
|
onClick={() => { this.dropzone.open() }}
|
|
onClick={() => { this.dropzone.open() }}
|
|
|
>
|
|
>
|
|
|
<i className="icon-paper-clip" aria-hidden="true"></i>
|
|
<i className="icon-paper-clip" aria-hidden="true"></i>
|