Change add party memeber icon and added titles to icon buttons

This commit is contained in:
Mitchell McCaffrey
2020-04-09 11:12:46 +10:00
parent 331c323f31
commit 0f4a5caf94
6 changed files with 26 additions and 8 deletions

View File

@@ -73,7 +73,12 @@ function StartStreamButton({ onStreamStart, onStreamEnd, stream }) {
return (
<>
<IconButton m={1} aria-label="Start Radio Stream" onClick={openModal}>
<IconButton
m={1}
aria-label="Start Radio Stream"
title="Start Radio Stream"
onClick={openModal}
>
<svg
xmlns="http://www.w3.org/2000/svg"
height="24"