[APM] Fix prepend form label background (#103983)

This commit is contained in:
Casper Hübertz 2021-06-30 23:22:14 +02:00 committed by GitHub
parent 54dae304cc
commit f65eaa2c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,8 @@ const PrependContainer = euiStyled.div`
display: flex;
justify-content: center;
align-items: center;
background-color: ${({ theme }) => theme.eui.euiGradientMiddle};
background-color: ${({ theme }) =>
theme.eui.euiFormInputGroupLabelBackground};
padding: 0 ${px(unit)};
`;