mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
f11a8086b0
Replace all usages of MUI's `visuallyHidden` utility from `@mui/utils` with Tailwind's `sr-only` class. Both produce identical CSS, so this is a no-op behaviorally -- just removes another MUI dependency from the codebase. Also updates the accessibility example in the frontend contributing docs to match.