fix: Enhance visual feedback on file drag-and-drop

This commit is contained in:
Camilo Oviedo
2024-08-14 16:29:38 +10:00
parent 09b7e74d65
commit 9b8b51cb91

View File

@@ -28,9 +28,9 @@ export type DropzoneCssVariables = {
};
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;
/** Key of `theme.colors` or any valid CSS color to set colors of `Dropzone.Reject`, `'red'` by default */
rejectColor?: MantineColor;