This commit is contained in:
Travis Ralston 2021-04-15 09:53:15 -06:00
parent 595225b98b
commit 6b3ac20d76
3 changed files with 1 additions and 4 deletions

View file

@ -53,8 +53,7 @@ limitations under the License.
font-size: $font-14px;
&::before {
// Pulsing animation
animation: recording-pulse 1s infinite;
animation: recording-pulse 1.5s infinite;
content: '';
background-color: $voice-record-live-circle-color;

View file

@ -195,7 +195,6 @@ $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: #ff4b55;
$voice-record-live-halo-color: #ff4b5544;
$roomtile-preview-color: #9e9e9e;
$roomtile-default-badge-bg-color: #61708b;

View file

@ -185,7 +185,6 @@ $voice-record-stop-symbol-color: #ff4b55; // $warning-color, but without letting
$voice-record-waveform-bg-color: #E3E8F0;
$voice-record-waveform-fg-color: $muted-fg-color;
$voice-record-live-circle-color: #ff4b55; // $warning-color, but without letting people change it in themes
$voice-record-live-halo-color: #ff4b5544; // $warning-color, but with some alpha and without theme support
$roomtile-preview-color: $secondary-fg-color;
$roomtile-default-badge-bg-color: #61708b;