kevinw66 opened a new pull request, #11950: URL: https://github.com/apache/gravitino/pull/11950
### What changes were proposed in this pull request? This PR removes the stale `twc-` Tailwind prefix from the web-v2 `StyledToast` component. `web-v2` does not configure the `twc-` Tailwind prefix, while web-v1 does. The remaining `twc-*` classes in `StyledToast` are migrated to the unprefixed Tailwind classes used by web-v2. ### Why are the changes needed? The `twc-*` classes in web-v2 do not match the current web-v2 Tailwind configuration, so those utility classes are not generated. This leaves the toast component with stale styling class names. ### Does this PR introduce _any_ user-facing change? No. The toast component keeps the same intended styling, but now uses valid web-v2 Tailwind class names. ### How was this patch tested? Ran web-v2 lint, format check, and unit tests. Verified that no `twc-` references remain in the web-v2 source or Tailwind config. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
