mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-09 23:32:37 +02:00
fix mic color and tooltip
This commit is contained in:
parent
3542f10a6c
commit
4ca64d9486
1 changed files with 2 additions and 2 deletions
|
|
@ -265,12 +265,12 @@ function VoiceNoteButton() {
|
||||||
{isRecording ? (
|
{isRecording ? (
|
||||||
<Square className="size-4 fill-red-500 text-red-500 animate-pulse" />
|
<Square className="size-4 fill-red-500 text-red-500 animate-pulse" />
|
||||||
) : (
|
) : (
|
||||||
<Mic className="size-4 text-red-500" />
|
<Mic className="size-4" />
|
||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
</TooltipTrigger>
|
</TooltipTrigger>
|
||||||
<TooltipContent side="bottom">
|
<TooltipContent side="bottom">
|
||||||
{isRecording ? 'Stop Recording' : 'Voice Note'}
|
{isRecording ? 'Stop Recording' : 'New Voice Note'}
|
||||||
</TooltipContent>
|
</TooltipContent>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue