Skip to content

Commit

Permalink
added border radius to easily distinguish text and speech text.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnard76 committed Jul 29, 2023
1 parent 8d37280 commit a3cf19f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ export default function SpeechTextComponent({ id, onClick, component }) {
/>

<Typography
style={{ borderWidth, flex: 1 }}
style={{
borderWidth,
flex: 1,
borderRadius: "10px",
borderTopRightRadius: 0,
}}
className={speechTextComponentStyles}
>
{component.text}
Expand Down

0 comments on commit a3cf19f

Please sign in to comment.