From e008a5caeb0ccdcaba2f52decb1f2c30c47a7743 Mon Sep 17 00:00:00 2001 From: nathanyoung <1447339+nathanyoung@users.noreply.github.com> Date: Fri, 9 Feb 2024 11:36:47 -0800 Subject: [PATCH] Update FileUpload.Overview.stories.mdx --- src/components/FileUpload/FileUpload.Overview.stories.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" + /> ); }} +