Skip to content

Commit

Permalink
[APM] Add missing bottom border to header (elastic#93179) (elastic#93374
Browse files Browse the repository at this point in the history
)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
formgeist and kibanamachine authored Mar 3, 2021
1 parent 108c52f commit c06dc55
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 c06dc55

Please sign in to comment.