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/pages/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/PAMapp/pages/index.vue b/PAMapp/pages/index.vue
index b30bb47..9a447a3 100644
--- a/PAMapp/pages/index.vue
+++ b/PAMapp/pages/index.vue
@@ -96,7 +96,7 @@
         margin: 0 auto 17px auto;
         font-size: 32px;
         font-weight: 700;
-        color: $black;
+        color: $PRIMARY_BLACK;
 
         &:nth-child(3) {
             margin-bottom: 42px;
@@ -113,13 +113,13 @@
         .flex {
             display: flex;
             .amount {
-                color: $prudentialGrey;
+                color: $PRUDENTIAL_GREY;
                 margin-left: 10px;
                 align-self: center;
             }
         }
         .readMore {
-            color: $primaryRed;
+            color: $PRIMARY_RED;
             cursor: pointer;
         }
     }
@@ -135,4 +135,4 @@
         }
     }
 
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0