Skip to content

Commit

Permalink
remove euiStyled
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Nov 19, 2019
1 parent f8e0634 commit adf831e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/legacy/plugins/epm/public/components/version.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*/

import React from 'react';
import styled from 'styled-components';
import { RequirementVersion } from '../../common/types';
import euiStyled from '../../../../common/eui_styled_components';

const CodeText = euiStyled.span`
font-family: ${props => props.theme.eui.euiCodeFontFamily}
const CodeText = styled.span`
font-family: ${props => props.theme.eui.euiCodeFontFamily};
`;
export function Version({
className,
Expand Down

0 comments on commit adf831e

Please sign in to comment.