Skip to content

Commit 3ad71aa

Browse files
committed
refactor(example-app): ♻️ change tooltip text to click here
1 parent 9421a50 commit 3ad71aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

example/src/modules/popups/TooltipScreen.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const TooltipScreen = () => {
3939
themeColor="success"
4040
size="sm"
4141
>
42-
Tooltip
42+
Click here
4343
</Button>
4444
}
4545
content="2 out 3 tasks completed"
@@ -77,7 +77,9 @@ export const TooltipScreen = () => {
7777
<Radio value="left top" label="left top" />
7878
</RadioGroup>
7979
</Group>
80-
<Box style={tailwind.style("flex flex-row justify-start w-full")}>
80+
<Box
81+
style={tailwind.style("flex flex-row justify-start w-full flex-wrap")}
82+
>
8183
<Switch
8284
state={hasArrow}
8385
onStateChange={(value: SetStateAction<boolean>) =>

0 commit comments

Comments
 (0)