$voice-record-waveform-incomplete-fg-color -> $quaternary-content

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-10-16 20:34:24 +02:00
parent aad4e6f312
commit a3cde0e5e6
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
5 changed files with 1 additions and 5 deletions

View file

@ -31,7 +31,7 @@ limitations under the License.
.mx_Waveform {
.mx_Waveform_bar {
background-color: $voice-record-waveform-incomplete-fg-color;
background-color: $quaternary-content;
height: 100%;
/* Variable set by a JS component */
transform: scaleY(max(0.05, var(--barHeight)));