From 70606ffff65c6e6477b4aa7df3c73c3147d81bf4 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 25 Oct 2021 10:32:38 +0100 Subject: [PATCH] Replace all uses of notice-primary-color with the correct alert colour (#7010) --- res/css/views/right_panel/_RoomSummaryCard.scss | 2 +- res/img/element-icons/room/default_cal.svg | 6 +++--- res/img/element-icons/warning-badge.svg | 2 +- res/img/feather-customised/bug.svg | 2 +- res/themes/light/css/_light.scss | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/res/css/views/right_panel/_RoomSummaryCard.scss b/res/css/views/right_panel/_RoomSummaryCard.scss index c137bb7677..e08a11cd36 100644 --- a/res/css/views/right_panel/_RoomSummaryCard.scss +++ b/res/css/views/right_panel/_RoomSummaryCard.scss @@ -83,7 +83,7 @@ limitations under the License. } .mx_RoomSummaryCard_e2ee_warning { - background-color: #ff4b55; + background-color: #ff5b55; &::before { mask-image: url('$(res)/img/e2e/warning.svg'); } diff --git a/res/img/element-icons/room/default_cal.svg b/res/img/element-icons/room/default_cal.svg index fc440b4553..65bf98a42d 100644 --- a/res/img/element-icons/room/default_cal.svg +++ b/res/img/element-icons/room/default_cal.svg @@ -1,6 +1,6 @@ - + - - + + diff --git a/res/img/element-icons/warning-badge.svg b/res/img/element-icons/warning-badge.svg index 1c8da9aa8e..09e0944bdb 100644 --- a/res/img/element-icons/warning-badge.svg +++ b/res/img/element-icons/warning-badge.svg @@ -28,5 +28,5 @@ + style="fill:#ff5b55;fill-opacity:1" /> diff --git a/res/img/feather-customised/bug.svg b/res/img/feather-customised/bug.svg index babc4fed0e..8939f8be11 100644 --- a/res/img/feather-customised/bug.svg +++ b/res/img/feather-customised/bug.svg @@ -1,3 +1,3 @@ - + diff --git a/res/themes/light/css/_light.scss b/res/themes/light/css/_light.scss index 0f8583ecf7..ef4ab0115d 100644 --- a/res/themes/light/css/_light.scss +++ b/res/themes/light/css/_light.scss @@ -35,7 +35,7 @@ $space-nav: rgba($tertiary-content, 0.15); // try to use these colors when possible $accent-color: $accent; $accent-bg-color: rgba(3, 179, 129, 0.16); -$notice-primary-color: #ff4b55; +$notice-primary-color: $alert; $notice-primary-bg-color: rgba(255, 75, 85, 0.16); $header-panel-bg-color: #f3f8fd; @@ -318,8 +318,8 @@ $breadcrumb-placeholder-bg-color: #e8eef5; // These two don't change between themes. They are the $warning-color, but we don't // want custom themes to affect them by accident. -$voice-record-stop-symbol-color: #ff4b55; -$voice-record-live-circle-color: #ff4b55; +$voice-record-stop-symbol-color: #ff5b55; +$voice-record-live-circle-color: #ff5b55; $voice-record-stop-border-color: $quinary-content; $voice-record-icon-color: $tertiary-content;