Skip to content

Commit e3f8cd3

Browse files
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 be892d9 commit e3f8cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/tooltip/stories/template.js

Lines changed: 1 addition & 0 deletions
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)