Skip to content

Commit

Permalink
[maps] fix radius label contrast (#104182) (#104707)
Browse files Browse the repository at this point in the history
* [maps] fix radius label contrast

* Update x-pack/plugins/maps/public/connected_components/mb_map/draw_control/draw_control.tsx

Co-authored-by: Elizabet Oliveira <elizabet.oliveira@elastic.co>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Elizabet Oliveira <elizabet.oliveira@elastic.co>

Co-authored-by: Nathan Reese <reese.nathan@gmail.com>
Co-authored-by: Elizabet Oliveira <elizabet.oliveira@elastic.co>
  • Loading branch information
3 people committed Jul 7, 2021
1 parent 8b4cc2d commit 582c785
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class DrawControl extends Component<Props> {
},
paint: {
'text-color': '#fbb03b',
'text-halo-color': 'rgba(255, 255, 255, 1)',
'text-halo-color': 'rgba(0, 0, 0, 1)',
'text-halo-width': 2,
},
});
Expand Down

0 comments on commit 582c785

Please sign in to comment.