Internal refactor replacing hardcoded color values in the toolbar with design system tokens, ensuring toolbar hover states respect the active theme automatically without manual overrides.
Hardcoded color values bypass the design token system, which means theme changes require edits in multiple disconnected places. Users on light mode and dark mode should see correctly themed toolbar states without any special-casing in the code.