Skip to content

Commit

Permalink
The theme doesn't exist on props when used from the alerting manageme…
Browse files Browse the repository at this point in the history
…nt screen (#62811) (#62978)
  • Loading branch information
phillipb authored Apr 9, 2020
1 parent 3078bfa commit e5dad99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,11 +320,11 @@ interface ExpressionRowProps {
const StyledExpressionRow = euiStyled(EuiFlexGroup)`
display: flex;
flex-wrap: wrap;
margin: 0 -${props => props.theme.eui.euiSizeXS};
margin: 0 -4px;
`;

const StyledExpression = euiStyled.div`
padding: 0 ${props => props.theme.eui.euiSizeXS};
padding: 0 4px;
`;

export const ExpressionRow: React.FC<ExpressionRowProps> = props => {
Expand Down

0 comments on commit e5dad99

Please sign in to comment.