redefine variable rather than picking a different one

to not break other teams
This commit is contained in:
Bruno Windels 2020-07-14 12:51:51 +02:00
parent 0cb0d2a4eb
commit 488f49dc5c
2 changed files with 4 additions and 4 deletions

View File

@ -120,7 +120,7 @@ limitations under the License.
h3 {
text-transform: uppercase;
color: $roomlist2-header-color;
color: $notice-secondary-color;
font-weight: 600;
font-size: $font-12px;
margin: 4px 0;

View File

@ -18,11 +18,12 @@ $accent-color: #03b381;
$accent-bg-color: rgba(3, 179, 129, 0.16);
$notice-primary-color: #ff4b55;
$notice-primary-bg-color: rgba(255, 75, 85, 0.16);
$notice-secondary-color: #61708b;
$primary-fg-color: #2e2f32;
$roomlist2-header-color: $primary-fg-color;
$notice-secondary-color: $roomlist2-header-color;
$header-panel-bg-color: #f3f8fd;
// typical text (dark-on-white in light skin)
$primary-fg-color: #2e2f32;
$primary-bg-color: #ffffff;
$muted-fg-color: #61708b; // Commonly used in headings and relevant alt text
@ -180,7 +181,6 @@ $theme-button-bg-color: #e3e8f0;
$roomlist2-button-bg-color: #fff; // Buttons include the filter box, explore button, and sublist buttons
$roomlist2-bg-color: rgba(245, 245, 245, 0.90);
$roomlist2-header-color: $primary-fg-color;
$roomsublist2-divider-color: $primary-fg-color;
$roomtile2-preview-color: #9e9e9e;