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/Ui/UiSwiper.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/PAMapp/components/Ui/UiSwiper.vue b/PAMapp/components/Ui/UiSwiper.vue
index 4267f18..f37f45f 100644
--- a/PAMapp/components/Ui/UiSwiper.vue
+++ b/PAMapp/components/Ui/UiSwiper.vue
@@ -61,14 +61,14 @@
   box-shadow: 0 0 6px #22222229;
   border-radius: 10px;
   padding: 45px 0 37px 0;
-  background-color: $white;
+  background-color: $PRIMARY_WHITE;
 
   .swiper-slide {
     cursor: pointer;
   }
 
   .swiper-button-next,.swiper-button-prev {
-    background-color: $white;
+    background-color: $PRIMARY_WHITE;
     top: 20px;
     height: 100%;
 
@@ -87,4 +87,4 @@
     right: 0;
   }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0