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
Based off demo feedback:
The selected date picker background and text color was not 508 compliant in with sam-styles theme, so updated those colors to use primary-darker instead of primary. This gives the text and background enough needed contrast to pass 508 checks
Resolves issues related to icon buttons:
Font size smaller than standard -> specified font size of '3xs' for icon buttons removed, so standard 1rem size will be applied
Text overflowing buttons on small screen -> Removed fixed height setting and allowed button's height to expand as needed if text overflows to next line
Text not properly aligned to button icon -> Removed extra margin from sds-icon__button--title css