This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed
css/components/views/beacon Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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! *****
Original file line number Diff line number Diff 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! *****
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments