fix text zoom color [#555] (#579)

This commit is contained in:
Brandon Liu
2025-05-30 14:25:19 -04:00
committed by GitHub
parent 451a8a0c22
commit 9e10aeb24b

View File

@@ -533,7 +533,7 @@ function MapView(props: {
onClick={roundZoom} onClick={roundZoom}
> >
<span class="app-well px-1 rounded-l">Z</span> <span class="app-well px-1 rounded-l">Z</span>
<span class="px-2 text-base rounded-r-md rounded-r"> <span class="px-2 text-base text-white rounded-r-md rounded-r">
{zoom().toFixed(2)} {zoom().toFixed(2)}
</span> </span>
</button> </button>