Browse Source

fix freemium trial btn color

Olivier Massot 3 tháng trước cách đây
mục cha
commit
68d7f1964e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/freemium/index.vue

+ 1 - 1
pages/freemium/index.vue

@@ -287,7 +287,7 @@ onUnmounted(() => {
 }
 .btn_trial {
   height: 55px;
-  background-color: rgb(var(--v-theme-x-create-btn));
+  background-color: rgb(var(--v-theme-standout));
   color: #000;
 
   span {