Support a dark theme for voice messages

Fixes https://github.com/vector-im/element-web/issues/17137
This commit is contained in:
Travis Ralston 2021-05-03 16:08:38 -06:00
parent 8dbcc85249
commit ba2da6826f
6 changed files with 26 additions and 3 deletions

View file

@ -40,7 +40,7 @@ limitations under the License.
height: 18px;
vertical-align: middle;
margin-right: 7px; // distance from left edge of waveform container (container has some margin too)
background-color: $muted-fg-color;
background-color: $voice-record-icon-color;
mask-repeat: no-repeat;
mask-size: contain;
mask-image: url('$(res)/img/element-icons/trashcan.svg');