Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/pages/compare.vue
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ useSeoMeta({
<!-- Empty state -->
<section
v-else
class="text-center px-1.5 py-16 border border-dashed border-border rounded-lg"
class="text-center px-1.5 py-16 border border-dashed border-border-hover rounded-lg"
>
<div class="i-carbon:compare w-12 h-12 text-fg-subtle mx-auto mb-4" aria-hidden="true" />
<h2 class="font-mono text-lg text-fg-muted mb-2">
Expand Down
Loading