Skip to content

Commit

Permalink
fix(tooltip): fix default subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Nov 20, 2024
1 parent 1f28c5e commit c7d623a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/core/Tooltip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Tooltip = forwardRef(function Tooltip(
const {
arrowOffset,
classes,
hasInvertedStyle,
hasInvertedStyle = true,
inverted,
sdsStyle = "dark",
subtitle,
Expand Down

0 comments on commit c7d623a

Please sign in to comment.