From c860e1ee220c516d1f4cf66bd8c2a4e3d171c51a Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Wed, 17 Jun 2026 16:40:58 +0100 Subject: [PATCH] Apparently we do extra linting checks now? --- webapp/src/components/labThingsComponents/actionLogDisplay.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/labThingsComponents/actionLogDisplay.vue b/webapp/src/components/labThingsComponents/actionLogDisplay.vue index 9709de9a..43bd0a16 100644 --- a/webapp/src/components/labThingsComponents/actionLogDisplay.vue +++ b/webapp/src/components/labThingsComponents/actionLogDisplay.vue @@ -213,7 +213,7 @@ export default { background: transparent; border: none; padding: 4px; - color: var(--uk-inverse-color, inherit); /*get the colour of the text from ui-kit*/ + color: var(--uk-inverse-color, inherit); /* get the colour of the text from ui-kit */ } .material-symbols-outlined {