Skip to content

Commit

Permalink
Fix tts toggle button icon size (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnish04 authored Nov 12, 2024
1 parent 0e4e301 commit b46c49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PromptForm/PromptSendButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function MobilePromptSendButton({ isLoading }: PromptSendButtonProps) {
>
<IconButton
type="button"
size="lg"
size="md"
variant="solid"
aria-label={
settings.textToSpeech.announceMessages
Expand Down

0 comments on commit b46c49a

Please sign in to comment.