diff --git a/src/components/FileUpload/FileUpload.Overview.stories.mdx b/src/components/FileUpload/FileUpload.Overview.stories.mdx index 46f6b0e39..8ef0165ad 100644 --- a/src/components/FileUpload/FileUpload.Overview.stories.mdx +++ b/src/components/FileUpload/FileUpload.Overview.stories.mdx @@ -205,11 +205,12 @@ Leverage the same variants as the Button component to customize the look and fee onChange={handleLightChange} files={lightFiles} variant="secondary" - tone="neutral" + /> ); }} +