diff --git a/src/plugins/userVoiceShow/components/VoiceChannelIndicator.css b/src/plugins/userVoiceShow/components/VoiceChannelIndicator.css index b082560e7..71315fd49 100644 --- a/src/plugins/userVoiceShow/components/VoiceChannelIndicator.css +++ b/src/plugins/userVoiceShow/components/VoiceChannelIndicator.css @@ -13,3 +13,7 @@ .vc-uvs-indicator > svg { fill: dodgerblue; } + +.vc-uvs-indicator > svg:hover { + fill: deepskyblue; +}