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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user