Skip to content

Commit

Permalink
docs(progressbar,tooltip): add missing args to template
Browse files Browse the repository at this point in the history
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"`.
  • Loading branch information
marissahuysentruyt authored and castastrophe committed Jan 13, 2025
1 parent 92855aa commit 7823998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tooltip/stories/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const Template = ({
rootClass = "spectrum-Tooltip",
label,
placement,
variant = "neutral",
isOpen = true,
isFocused = false,
showOnHover = false,
Expand Down

0 comments on commit 7823998

Please sign in to comment.