Change listening indicator to white

This commit is contained in:
Max Goodhart
2020-06-21 22:19:41 -07:00
parent ebcc0c8b2a
commit 6e5b15feea

View File

@@ -182,7 +182,7 @@ const ListeningIndicator = styled(SoundIcon)`
opacity: 0.9;
path {
fill: red;
fill: white;
}
`