Skip to content

Commit 7823998

Browse files
marissahuysentruytcastastrophe
authored andcommitted
docs(progressbar,tooltip): add missing args to template
There were missing args in the templates for progress bar and tooltip. Adding those back in renders the components once again. Progress bar was just incorrectly named `isStaticWhite` when the arg was actually `staticColor`. Tooltip was missing the `variant = "neutral"`.
1 parent 92855aa commit 7823998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/tooltip/stories/template.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const Template = ({
1212
rootClass = "spectrum-Tooltip",
1313
label,
1414
placement,
15+
variant = "neutral",
1516
isOpen = true,
1617
isFocused = false,
1718
showOnHover = false,

0 commit comments

Comments
 (0)