Skip to content

Commit

Permalink
Merge branch 'benbrown/nomoveproject' of https://github.com/microsoft…
Browse files Browse the repository at this point in the history
…/BotFramework-Composer into benbrown/nomoveproject
  • Loading branch information
benbrown committed Apr 8, 2021
2 parents 56d6dd7 + 2ad27b3 commit 2718fe4
Show file tree
Hide file tree
Showing 14 changed files with 955 additions and 224 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const CollapsableWrapper: React.FC<CollapsableComponentProps> = (props) =
<div css={containerStyle}>
<div data-is-focusable aria-label={title} css={header}>
<IconButton
ariaLabel={isCollapsed ? formatMessage('Expand') : formatMessage('Collapse')}
ariaLabel={isCollapsed ? `${title}, ${formatMessage('Expand')}` : `${title}, ${formatMessage('Collapse')}`}
iconProps={{ iconName: isCollapsed ? 'ChevronRight' : 'ChevronDown' }}
styles={{ root: { color: NeutralColors.gray150 } }}
onClick={() => setIsCollapsed(!isCollapsed)}
Expand Down
Loading

0 comments on commit 2718fe4

Please sign in to comment.