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
The current SDS control icons need to be updated to use JSX elements with the new Check icon. The issue with the current implementation is that the checked checkbox is hollow, allowing the background color to show through. This causes design inconsistencies when the checkbox is placed on backgrounds other than white (in light mode) or black (in dark mode).
To resolve this, the checkbox design should be updated to feature a solid filled square with the Check icon overlayed on top. The icon’s color should dynamically adjust based on the theme to ensure consistency across different background colors.
The same changes are needed for the InputRadio component.
The text was updated successfully, but these errors were encountered:
The current SDS control icons need to be updated to use JSX elements with the new
Check
icon. The issue with the current implementation is that the checked checkbox is hollow, allowing the background color to show through. This causes design inconsistencies when the checkbox is placed on backgrounds other than white (in light mode) or black (in dark mode).To resolve this, the checkbox design should be updated to feature a solid filled square with the
Check
icon overlayed on top. The icon’s color should dynamically adjust based on the theme to ensure consistency across different background colors.The same changes are needed for the
InputRadio
component.The text was updated successfully, but these errors were encountered: