Skip to content

Commit

Permalink
address design feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Oct 4, 2022
1 parent fa794ed commit fe8e6fc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ export const getGuidePanelStepStyles = (euiTheme: EuiThemeComputed, stepStatus:
stepTitle: css`
font-weight: ${euiTheme.font.weight.semiBold};
color: ${stepStatus === 'inactive' ? euiTheme.colors.subduedText : euiTheme.colors.text};
.euiAccordion-isOpen & {
color: ${euiTheme.colors.title};
}
`,
});

0 comments on commit fe8e6fc

Please sign in to comment.