add theming composition locals to the shared ExpandableCard composable component so that theming on behalf of one consumer of the component don't affect other consumers of the component.
Summary of changes:
composition locals for typography, shapes, and color
Related to issue: #4518
Description:
add theming composition locals to the shared ExpandableCard composable component so that theming on behalf of one consumer of the component don't affect other consumers of the component.
Summary of changes:
Pre-merge Checklist