Pulse animation option for voice record button

This commit is contained in:
Travis Ralston 2021-04-14 15:08:11 -06:00
parent 2fb241cfc2
commit e77d3bea04
3 changed files with 28 additions and 5 deletions

View file

@ -189,11 +189,13 @@ $roomsublist-skeleton-ui-bg: linear-gradient(180deg, #ffffff 0%, #ffffff00 100%)
$groupFilterPanel-divider-color: $roomlist-header-color;
// See non-legacy _light for variable information
$voice-record-stop-border-color: #E3E8F0;
$voice-record-stop-symbol-color: $warning-color;
$voice-record-stop-symbol-color: #ff4b55;
$voice-record-waveform-bg-color: #E3E8F0;
$voice-record-waveform-fg-color: $muted-fg-color;
$voice-record-live-circle-color: $warning-color;
$voice-record-live-circle-color: #ff4b55;
$voice-record-live-halo-color: #ff4b5544;
$roomtile-preview-color: #9e9e9e;
$roomtile-default-badge-bg-color: #61708b;