[APM] Change panel style for license prompt (#109386)

This commit is contained in:
Casper Hübertz 2021-08-20 16:55:25 +02:00 committed by GitHub
parent aa2897ce51
commit 8ab068ae1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ export function AnomalyDetection() {
if (!hasValidLicense) {
return (
<EuiPanel>
<EuiPanel hasBorder={true}>
<LicensePrompt text={ML_ERRORS.INVALID_LICENSE} />
</EuiPanel>
);