Merge pull request #12382 from nixocio/ui_close_css

Update css var
This commit is contained in:
Alex Corey 2022-06-15 11:56:47 -04:00 committed by GitHub
commit b87ba1c53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ function VariablesDetail({
{error && (
<div
css="color: var(--pf-global--danger-color--100);
font-size: var(--pf-global--FontSize--sm"
font-size: var(--pf-global--FontSize--sm)"
>
{t`Error:`} {error.message}
</div>