Skip to content

Commit

Permalink
style(layer-selector): match esri style
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Feb 27, 2025
1 parent 798e55b commit 2fa4b4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export function LayerSelector({
<DialogTrigger {...props}>
<Button
aria-label="Map layers"
className="esri-widget--button size-8 text-[#6e6e6e] outline-none focus-visible:ring-2 focus-visible:ring-white/75"
className="esri-widget--button size-8 text-[#6e6e6e] -outline-offset-2 outline-[#007ac2] focus:bg-[#f3f3f3]"
variant="icon"
>
<LayersIcon className="block size-8 p-1" />
Expand Down

0 comments on commit 2fa4b4c

Please sign in to comment.