From 7ec68ebc98e31ff08b8113e99a7e46dd535bccfb Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Tue, 1 Nov 2016 11:03:37 +0000 Subject: [PATCH] fix misspelling of varibale name on widget --- ui/src/components/widget/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/widget/style.css b/ui/src/components/widget/style.css index 715ffd9b..9154c10e 100644 --- a/ui/src/components/widget/style.css +++ b/ui/src/components/widget/style.css @@ -8,7 +8,7 @@ .content { cursor: pointer; border-radius: 4px; - border: var(--border-uncheckedx); + border: var(--border-unchecked); padding: remCalc(36); & img { max-width: 100%;