Use `gl-text-subtle` instead of `gl-text-secondary` in crud component
What does this MR do and why?
Use gl-text-subtle
instead of gl-text-secondary
in crud component since gl-text-secondary
is deprecated.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Check out this branch
- Visit http://gdk.test:3000/admin/broadcast_messages in the GDK
- Make sure you have at least 1 message added
- You'll see that the icon and count next to
Messages
uses the classgl-text-subtle
.
Related to #474911, #452231 (closed)