diff --git a/components/account/AccountFollowButton.vue b/components/account/AccountFollowButton.vue index 6ee4bff3..5a39eaa0 100644 --- a/components/account/AccountFollowButton.vue +++ b/components/account/AccountFollowButton.vue @@ -65,7 +65,7 @@ const buttonStyle = $computed(() => { return 'text-inverted bg-red border-red' if (relationship?.muting) - return 'text-base bg-code border-base' + return 'text-base bg-card border-base' // If following, use a label style with a strong border for Mutuals if (relationship ? relationship.following : context === 'following') diff --git a/components/status/StatusAttachment.vue b/components/status/StatusAttachment.vue index cf527d09..bb47e330 100644 --- a/components/status/StatusAttachment.vue +++ b/components/status/StatusAttachment.vue @@ -98,7 +98,6 @@ useIntersectionObserver(video, (entries) => { loop playsinline controls - border="~ base" rounded-lg object-cover :width="attachment.meta?.original?.width" @@ -119,7 +118,6 @@ useIntersectionObserver(video, (entries) => { muted loop playsinline - border="~ base" rounded-lg object-cover :width="attachment.meta?.original?.width" @@ -160,7 +158,6 @@ useIntersectionObserver(video, (entries) => { aspectRatio, objectPosition, }" - border="~ base" rounded-lg h-full w-full diff --git a/components/status/StatusMedia.vue b/components/status/StatusMedia.vue index e5d6f6f5..a51629fb 100644 --- a/components/status/StatusMedia.vue +++ b/components/status/StatusMedia.vue @@ -23,7 +23,7 @@ const { status } = defineProps<{