Updating the warning icons to look cleaner in light mode #170
+514
−570
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Enhance EmptyState warning icon visibility in light mode
Description
This PR improves the visibility of the
IoWarningicon in theEmptyStatecomponent when displayed in light mode. A black outline has been added to the icon to make it more distinct against light backgrounds.Related Issue
Enhancement for #169
Motivation and Context
In light mode, the warning icon can blend into the background, making it harder for users to notice warning messages. Adding a black outline improves contrast and usability without altering the icon’s shape or size.
Types of Changes
How Has This Been Tested?
EmptyStatewarning icon now has higher contrast in light mode.Screenshots (if applicable):
Light mode before: warning icon blends into background


Light mode after: warning icon now clearly visible with black outline
Checklist