Fix invalid focus:ring-3-* classnames from migration

Tailwind 3 -> 4 migration renamed `ring` -> `ring-3`, but colors like
`ring-cyan-200` were also changed to `ring-3-cyan-200` which doesn't
actually exist.

broken in ac8e2e8cd6

See #225 (the present commit is related, but not a full fix)
This commit is contained in:
Klaas van Schelven
2025-09-22 09:50:35 +02:00
parent 4d3756f621
commit e60fbb2cd5
8 changed files with 11 additions and 11 deletions

File diff suppressed because one or more lines are too long