changes
This commit is contained in:
@@ -99,7 +99,7 @@ const isValid = computed(() => {
|
||||
:name="
|
||||
addressRef.is_default ? 'material-symbols:check-box-rounded' : 'material-symbols:check-box-outline-blank'
|
||||
"
|
||||
:class="['is-clickable', addressRef.is_default ? 'has-text-primary' : 'has-text-grey-light']"
|
||||
:class="['is-clickable', addressRef.is_default ? 'has-text-primary' : 'has-text-grey-70']"
|
||||
:size="24"
|
||||
@click="addressRef.is_default = !addressRef.is_default"
|
||||
/>
|
||||
|
||||
@@ -268,7 +268,7 @@ provide("pos", {
|
||||
</div>
|
||||
<p
|
||||
v-else
|
||||
class="has-text-grey-light py-4 has-text-centered"
|
||||
class="has-text-grey-70 py-4 has-text-centered"
|
||||
>
|
||||
Chưa chọn khách hàng
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user