You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug CheckCircleOutlineIcon is the most popularly used Material UI icon in the codebase. In effort to push out material UI, it shall be migrated to CareIcon's check / check-circle equivalent.
Expected behavior
Replace with any one of the following. (not both, as we need to be consistent with our design)
Describe the bug
CheckCircleOutlineIcon
is the most popularly used Material UI icon in the codebase. In effort to push out material UI, it shall be migrated to CareIcon'scheck
/check-circle
equivalent.Expected behavior
Replace with any one of the following. (not both, as we need to be consistent with our design)
<CareIcon className="care-l-check text-lg" />
<CareIcon className="care-l-check-circle text-lg" />
The text was updated successfully, but these errors were encountered: