Update colours and sizing for voice messages
Fixes https://github.com/vector-im/element-web/issues/17162
This commit is contained in:
parent
2bf931b9d3
commit
a94c1a90c1
9 changed files with 45 additions and 40 deletions
|
@ -29,7 +29,7 @@ export enum PlaybackState {
|
|||
Playing = "playing", // active progress through timeline
|
||||
}
|
||||
|
||||
export const PLAYBACK_WAVEFORM_SAMPLES = 35;
|
||||
export const PLAYBACK_WAVEFORM_SAMPLES = 38;
|
||||
const DEFAULT_WAVEFORM = arraySeed(0, PLAYBACK_WAVEFORM_SAMPLES);
|
||||
|
||||
export class Playback extends EventEmitter implements IDestroyable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue