Files
Meshtastic-Android/feature
James Rich 34ec760412 fix(map): align with Meshtastic design standards and M3 best practices
- Replace hardcoded hex colors with MaterialTheme.colorScheme tokens
  (primary, onPrimary, onSurfaceVariant, surface) so map layers respect
  light/dark mode transitions
- Add TooltipBox with PlainTooltip to MapButton for desktop hover
  accessibility (design standard §4: tooltips for icon-only buttons)
- Set explicit containerColor and scrimColor on NodeInfoSheet's
  ModalBottomSheet for M3 compliance
- Import MaterialTheme in MaplibreMapContent, TracerouteLayers, and
  InlineMap to read semantic color tokens in composable scope

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-02 12:10:53 -05:00
..