Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f561502

Browse files
author
Kerry Archibald
committed
add secondary live lcation color
Signed-off-by: Kerry Archibald <[email protected]>
1 parent e2d6711 commit f561502

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

res/css/components/views/beacon/_StyledLiveBeaconIcon.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ limitations under the License.
2323
border-radius: 50%;
2424

2525
background-color: $location-live-color;
26-
// 20% brightness $location-live-color
27-
border-color: #deddfd;
26+
border-color: $location-live-secondary-color;
2827
padding: 2px;
2928
// colors icon
3029
color: white;

res/themes/dark/css/_dark.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ $video-feed-secondary-background: $system;
185185
// Location sharing
186186
// ********************
187187
$location-live-color: #5c56f5;
188+
$location-live-secondary-color: #deddfd;
188189
// ********************
189190

190191
// Location sharing

res/themes/legacy-dark/css/_legacy-dark.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ $eventbubble-reply-color: #C1C6CD;
192192
// ********************
193193
$location-marker-color: #ffffff;
194194
$location-live-color: #5c56f5;
195+
$location-live-secondary-color: #deddfd;
195196
// ********************
196197

197198
// ***** Mixins! *****

res/themes/legacy-light/css/_legacy-light.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ $groupFilterPanel-divider-color: $tertiary-content;
288288
// ********************
289289
$location-marker-color: #ffffff;
290290
$location-live-color: #5c56f5;
291+
$location-live-secondary-color: #deddfd;
291292
// ********************
292293

293294
// ***** Mixins! *****

res/themes/light/css/_light.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ $copy-button-url: "$(res)/img/feather-customised/clipboard.svg";
302302
// ********************
303303
$location-marker-color: #ffffff;
304304
$location-live-color: #5c56f5;
305+
$location-live-secondary-color: #deddfd;
305306
// ********************
306307

307308
// Mixins

0 commit comments

Comments
 (0)