From feb153bd393df83f15e12517b8c961f0c97b018c Mon Sep 17 00:00:00 2001 From: piensaenpixel Date: Tue, 9 Feb 2016 18:51:06 +0100 Subject: [PATCH] fix weird var --- src/scss/cdb-components/shapes/threePoints.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/cdb-components/shapes/threePoints.scss b/src/scss/cdb-components/shapes/threePoints.scss index bcafc2b..d78d175 100644 --- a/src/scss/cdb-components/shapes/threePoints.scss +++ b/src/scss/cdb-components/shapes/threePoints.scss @@ -115,7 +115,7 @@ Description width: 2px; height: 2px; margin-bottom: 5px; - background: $cMainDark; + background: $cMainBg; } .CDB-Shape-threePointsItem.is-round { border-radius: 50%;