diff --git a/x-pack/plugins/infra/public/components/logging/log_minimap/time_ruler.tsx b/x-pack/plugins/infra/public/components/logging/log_minimap/time_ruler.tsx index 9e0479eb6476e..d70e32ca1618d 100644 --- a/x-pack/plugins/infra/public/components/logging/log_minimap/time_ruler.tsx +++ b/x-pack/plugins/infra/public/components/logging/log_minimap/time_ruler.tsx @@ -44,7 +44,7 @@ export const TimeRuler: React.SFC = ({ end, height, start, tickC TimeRuler.displayName = 'TimeRuler'; const TimeRulerTickLabel = styled.text` - font-size: ${props => props.theme.eui.euiFontSizeXs}; + font-size: ${props => props.theme.eui.euiFontSizeXS}; line-height: ${props => props.theme.eui.euiLineHeight}; fill: ${props => props.theme.eui.textColors.subdued}; `; diff --git a/x-pack/plugins/infra/public/components/logging/log_text_stream/item_field.tsx b/x-pack/plugins/infra/public/components/logging/log_text_stream/item_field.tsx index 4b6dcdb635ad9..b098e6b9234b3 100644 --- a/x-pack/plugins/infra/public/components/logging/log_text_stream/item_field.tsx +++ b/x-pack/plugins/infra/public/components/logging/log_text_stream/item_field.tsx @@ -15,7 +15,7 @@ export const LogTextStreamItemField = styled.div.attrs<{ switchProp('scale', { large: props.theme.eui.euiFontSizeM, medium: props.theme.eui.euiFontSizeS, - small: props.theme.eui.euiFontSizeXs, + small: props.theme.eui.euiFontSizeXS, [switchProp.default]: props.theme.eui.euiFontSize, })}; line-height: ${props => props.theme.eui.euiLineHeight};