$voice-playback-button-bg-color -> $system

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

View file

@ -21,7 +21,7 @@ limitations under the License.
min-width: 32px; // for when the button is used in a flexbox
min-height: 32px; // for when the button is used in a flexbox
border-radius: 32px;
background-color: $voice-playback-button-bg-color;
background-color: $system;
&::before {
content: '';

View file

@ -199,7 +199,6 @@ $breadcrumb-placeholder-bg-color: #272c35;
$voice-record-stop-border-color: $quaternary-content;
$voice-record-waveform-incomplete-fg-color: $quaternary-content;
$voice-record-icon-color: $quaternary-content;
$voice-playback-button-bg-color: $system;
// Appearance tab colors
$appearance-tab-border-color: $room-highlight-color;

View file

@ -196,7 +196,6 @@ $breadcrumb-placeholder-bg-color: #272c35;
$voice-record-stop-border-color: #6F7882;
$voice-record-waveform-incomplete-fg-color: #6F7882;
$voice-record-icon-color: #6F7882;
$voice-playback-button-bg-color: $tertiary-fg-color;
// Appearance tab colors
$appearance-tab-border-color: $room-highlight-color;

View file

@ -335,7 +335,6 @@ $voice-record-live-circle-color: #ff4b55;
$voice-record-stop-border-color: #E3E8F0;
$voice-record-waveform-incomplete-fg-color: #C1C6CD;
$voice-record-icon-color: $tertiary-fg-color;
$voice-playback-button-bg-color: $system;
// FontSlider colors
$appearance-tab-border-color: $input-darker-bg-color;

View file

@ -324,7 +324,6 @@ $voice-record-live-circle-color: #ff4b55;
$voice-record-stop-border-color: $quinary-content;
$voice-record-waveform-incomplete-fg-color: $quaternary-content;
$voice-record-icon-color: $tertiary-content;
$voice-playback-button-bg-color: $system;
// FontSlider colors
$appearance-tab-border-color: $input-darker-bg-color;