Skip to content

Commit

Permalink
[APM] Add missing semi-colon to styled component (#51436)
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist authored Nov 22, 2019
1 parent af19e9d commit e09cde9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ registerLanguage('sql', sql);

const DatabaseStatement = styled.div`
padding: ${px(units.half)} ${px(unit)};
background: ${tint(0.1, theme.euiColorWarning)}
background: ${tint(0.1, theme.euiColorWarning)};
border-radius: ${borderRadius};
border: 1px solid ${theme.euiColorLightShade};
font-family: ${fontFamilyCode};
Expand Down

0 comments on commit e09cde9

Please sign in to comment.