mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
fix: Enhance visual feedback on file drag-and-drop
This commit is contained in:
@@ -28,9 +28,9 @@ export type DropzoneCssVariables = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export interface DropzoneProps {
|
export interface DropzoneProps {
|
||||||
/** Key of `theme.colors` or any valid CSS color to set colors of `Dropzone.Accept`, `theme.primaryColor` by default */
|
/** Key of `theme.colors` or any valid CSS color to set colors of `Dropzone.Accept`, `theme.primaryColor` by default */
|
||||||
acceptColor?: MantineColor;
|
acceptColor?: MantineColor;
|
||||||
|
|
||||||
/** Key of `theme.colors` or any valid CSS color to set colors of `Dropzone.Reject`, `'red'` by default */
|
/** Key of `theme.colors` or any valid CSS color to set colors of `Dropzone.Reject`, `'red'` by default */
|
||||||
rejectColor?: MantineColor;
|
rejectColor?: MantineColor;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user