Skip to content

Commit

Permalink
feat: native tool tip for clear icon
Browse files Browse the repository at this point in the history
  • Loading branch information
d2FuZ3h1ZG9uZw committed Mar 2, 2023
1 parent 0ff1e87 commit 52afd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Generator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default () => {
<button onClick={handleButtonClick} disabled={loading()} h-12 px-4 py-2 bg-slate bg-op-15 hover:bg-op-20 text-slate rounded-sm>
Send
</button>
<button onClick={clear} disabled={loading()} h-12 px-4 py-2 bg-slate bg-op-15 hover:bg-op-20 text-slate rounded-sm>
<button title='Clear' onClick={clear} disabled={loading()} h-12 px-4 py-2 bg-slate bg-op-15 hover:bg-op-20 text-slate rounded-sm>
<IconClear />
</button>
</div>
Expand Down

0 comments on commit 52afd8d

Please sign in to comment.