From c40e0c01b6df46dabd6b5130ddef1b4dad7ed058 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期一, 01 十一月 2021 13:24:27 +0800
Subject: [PATCH] update: 調整顏色變數名稱

---
 PAMapp/components/SwiperConsultantCard.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/PAMapp/components/SwiperConsultantCard.vue b/PAMapp/components/SwiperConsultantCard.vue
index 3ff38c3..a842e92 100644
--- a/PAMapp/components/SwiperConsultantCard.vue
+++ b/PAMapp/components/SwiperConsultantCard.vue
@@ -37,10 +37,10 @@
 
             &:before {
                 content: '\2605';
-                color: #ED1B2E;
+                color: $PRIMARY_RED;
                 margin-right: 10px;
                 font-size: 15px;
             }
         }
     }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0