changes
This commit is contained in:
@@ -241,12 +241,12 @@ async function submit() {
|
||||
<div
|
||||
v-else
|
||||
class="w-36 h-36 rounded-md is-flex is-align-items-center is-justify-content-center"
|
||||
style="border: 1px solid var(--bulma-grey-lighter)"
|
||||
style="border: 1px solid var(--bulma-grey-85)"
|
||||
>
|
||||
<Icon
|
||||
name="material-symbols:add-photo-alternate-outline-rounded"
|
||||
:size="40"
|
||||
class="has-text-grey-light"
|
||||
class="has-text-grey-70"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -219,12 +219,12 @@ async function submit() {
|
||||
<div
|
||||
v-else
|
||||
class="w-36 h-36 rounded-md is-flex is-align-items-center is-justify-content-center"
|
||||
style="border: 1px solid var(--bulma-grey-lighter)"
|
||||
style="border: 1px solid var(--bulma-grey-85)"
|
||||
>
|
||||
<Icon
|
||||
name="material-symbols:add-photo-alternate-outline-rounded"
|
||||
:size="40"
|
||||
class="has-text-grey-light"
|
||||
class="has-text-grey-70"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user