Skip to content
Merged
Changes from 2 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/components/Settings/Toggle.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const checked = defineModel<boolean>({
</span>
<span
class="relative inline-flex h-6 w-11 shrink-0 items-center rounded-full border-2 transition-colors duration-200 ease-in-out motion-reduce:transition-none cursor-pointer"
:class="checked ? 'bg-accent border-transparent shadow-sm' : 'bg-bg border border-border/50'"
:class="checked ? 'bg-accent border-transparent shadow-sm' : 'bg-bg border border-border'"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
aria-hidden="true"
>
<span
Expand Down
Loading