-
Couldn't load subscription status.
- Fork 1
Description
Aim of the issue
The FeedbackMessage component currently uses a set of icons that could be updated to align with the Alert and Feedback components for greater design consistency. Replacing the existing icons with those used in these components would help maintain visual uniformity.
Specifics of the icons
Loading: from "i-circle-blue (C)" to "Info (P2.0)" with fill: var(--palette-primary-500, #1890FF);
Success: from "check-circle-green (C)" to "CheckCircle (P2.0)" with fill: var(--palette-success-500, #4CB61B);
Error: from "x-circle-red (C)" to "XSquare (P2.0)" with fill: var(--palette-error-500, #FF5453);
Warning: from "exclamation-circle-yellow (C)" to "WarningDiamond (P2.0)" with fill: var(--palette-warning-400, #F68F1F);
