mirror of
https://github.com/meshtastic/web.git
synced 2026-04-30 18:53:48 -04:00
fix: added border around markers
This commit is contained in:
@@ -12,7 +12,6 @@ import {
|
||||
AttributionControl,
|
||||
GeolocateControl,
|
||||
Marker,
|
||||
MarkerEvent,
|
||||
NavigationControl,
|
||||
Popup,
|
||||
ScaleControl,
|
||||
@@ -121,6 +120,7 @@ const MapPage = (): JSX.Element => {
|
||||
>
|
||||
<Avatar
|
||||
text={node.user?.shortName?.toString() ?? node.num.toString()}
|
||||
className="border-[1.5px] border-slate-600 shadow-xl shadow-slate-600"
|
||||
/>
|
||||
</Marker>
|
||||
);
|
||||
@@ -145,7 +145,7 @@ const MapPage = (): JSX.Element => {
|
||||
maxPitch={0}
|
||||
antialias={true}
|
||||
style={{
|
||||
filter: darkMode ? "brightness(0.8)" : "",
|
||||
filter: darkMode ? "brightness(0.9)" : "",
|
||||
}}
|
||||
dragRotate={false}
|
||||
touchZoomRotate={false}
|
||||
|
||||
Reference in New Issue
Block a user