Skip to content

Commit

Permalink
Bugfix: Breadrumb background
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Kimmel committed Jul 20, 2020
1 parent a62c62e commit a35d75e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface CrumbInfo {
}

const ThemedBreadcrumbs = styled(EuiBreadcrumbs)<{ background: string; text: string }>`
&.euiBreadcrumbs.euiBreadcrumbs--responsive {
&.euiBreadcrumbs {
background-color: ${(props) => props.background};
color: ${(props) => props.text};
padding: 1em;
Expand Down

0 comments on commit a35d75e

Please sign in to comment.