Skip to content

Commit

Permalink
Tooltip position value set to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
endigo9740 committed Oct 4, 2022
1 parent 93f3480 commit 1fd0a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utilities/Tooltip/tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export interface ArgsTooltip {
content: string;
position: string;
position?: string;
// Style Overrides
background?: string;
color?: string;
Expand Down

0 comments on commit 1fd0a0f

Please sign in to comment.