diff --git a/pages/Anjungan/Anjungan/[id].vue b/pages/Anjungan/Anjungan/[id].vue index 59e6edb..50597de 100644 --- a/pages/Anjungan/Anjungan/[id].vue +++ b/pages/Anjungan/Anjungan/[id].vue @@ -308,8 +308,8 @@ {{ getLoketNameById(loketId) }} @@ -202,7 +202,7 @@ v-for="loketId in formData.loket" :key="loketId" size="small" - class="ma-1 chip-secondary-outline" + class="ma-1 chip-primary-outline" > {{ getLoketNameById(loketId) }} @@ -562,10 +562,10 @@ $font-weight-semibold: 600; max-width: 600px; } -.chip-secondary-outline { - border: 1px solid $secondary-600; +.chip-primary-outline { + border: 1px solid $primary-600; background-color: transparent !important; - color: $secondary-600 !important; + color: $primary-600 !important; font-weight: $font-weight-medium; font-size: 12px; line-height: 16px; @@ -580,7 +580,7 @@ $font-weight-semibold: 600; } .btn-edit { - background-color: $secondary-600 !important; + background-color: $primary-600 !important; color: $neutral-100 !important; text-transform: none; font-weight: $font-weight-semibold; @@ -688,13 +688,13 @@ $font-weight-semibold: 600; // CHIPS // ============================================ .chip-secondary { - background-color: $secondary-600 !important; + background-color: $primary-600 !important; color: $neutral-100 !important; font-weight: $font-weight-medium; } .chip-secondary-small { - background-color: $secondary-600 !important; + background-color: $primary-600 !important; color: $neutral-100 !important; font-weight: $font-weight-semibold; font-size: 12px;