Skip to content

Commit 116ab08

Browse files
committed
feat: apply suggestion about toggle
1 parent 4632bbf commit 116ab08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Settings/Toggle.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const id = useId()
2727
<template>
2828
<label
2929
:for="id"
30-
class="grid items-center gap-1.5 py-1 -my-1 grid-cols-[auto_1fr_auto] cursor-pointer group"
30+
class="grid items-center gap-1.5 py-1 -my-1 grid-cols-[auto_1fr_auto] cursor-pointer"
3131
:class="[justify === 'start' ? 'justify-start' : '']"
3232
:style="
3333
props.reverseOrder

0 commit comments

Comments
 (0)