Skip to content

Commit

Permalink
[APM] Add missing bottom border to header
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist committed Mar 2, 2021
1 parent 5afe844 commit f521324
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { EnvironmentFilter } from '../EnvironmentFilter';
const HeaderFlexGroup = euiStyled(EuiFlexGroup)`
padding: ${({ theme }) => theme.eui.gutterTypes.gutterMedium};
background: ${({ theme }) => theme.eui.euiColorEmptyShade};
border-bottom: ${({ theme }) => theme.eui.euiBorderThin};
`;

export function ApmHeader({ children }: { children: ReactNode }) {
Expand Down

0 comments on commit f521324

Please sign in to comment.