From 5aa17e001cdc71462871ca491883fa5ff409313f Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 10 Nov 2020 21:09:50 +0700 Subject: [PATCH] Correcting new chartist import path. --- frontend/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index c88ed18f2..45769be32 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -237,7 +237,7 @@ $ct-series-colors: ( #6188e2, ); -@import "../node_modules/chartist/dist/scss/chartist.scss"; +@import "../node_modules/@mempool/chartist/dist/scss/chartist.scss"; .ct-bar-label { font-size: 20px;