mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-09 15:22:39 +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 ? (
|
||||
<Square className="size-4 fill-red-500 text-red-500 animate-pulse" />
|
||||
) : (
|
||||
<Mic className="size-4 text-red-500" />
|
||||
<Mic className="size-4" />
|
||||
)}
|
||||
</button>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent side="bottom">
|
||||
{isRecording ? 'Stop Recording' : 'Voice Note'}
|
||||
{isRecording ? 'Stop Recording' : 'New Voice Note'}
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue