Update var name

This commit is contained in:
Bram Kragten 2022-05-11 14:21:02 +02:00
parent df94f4f907
commit 2040a49458
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

View File

@ -236,7 +236,7 @@ class ErrorLogCard extends LitElement {
}
mwc-button {
direction: var(--rtl-dir, ltr);
direction: var(--direction);
}
`;
}