refactor: theming
This commit is contained in:
parent
9a77c7da2a
commit
a4d235b6fe
22 changed files with 351 additions and 39 deletions
|
@ -31,7 +31,7 @@ const aspectRatio = computed(() => {
|
|||
:style="{
|
||||
aspectRatio,
|
||||
}"
|
||||
border="~ border"
|
||||
border="~ base"
|
||||
object-cover rounded-lg
|
||||
/>
|
||||
</template>
|
||||
|
@ -39,7 +39,7 @@ const aspectRatio = computed(() => {
|
|||
<video
|
||||
:poster="attachment.previewUrl"
|
||||
controls
|
||||
border="~ border"
|
||||
border="~ base"
|
||||
object-cover
|
||||
:style="{
|
||||
aspectRatio,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue