refactor: rename button
This commit is contained in:
parent
ee8218764f
commit
98dd77f004
1 changed files with 2 additions and 2 deletions
|
|
@ -57,11 +57,11 @@
|
||||||
size="sm"
|
size="sm"
|
||||||
icon="i-lucide-wrap-text"
|
icon="i-lucide-wrap-text"
|
||||||
:aria-pressed="textWrap"
|
:aria-pressed="textWrap"
|
||||||
:title="textWrap ? 'Wrap lines enabled' : 'Wrap lines disabled'"
|
:title="textWrap ? 'Text wrap enabled' : 'Text wrap disabled'"
|
||||||
:class="['transition-all', textWrap ? '-translate-y-px ring ring-default shadow-xs' : '']"
|
:class="['transition-all', textWrap ? '-translate-y-px ring ring-default shadow-xs' : '']"
|
||||||
@click="textWrap = !textWrap"
|
@click="textWrap = !textWrap"
|
||||||
>
|
>
|
||||||
Wrap lines
|
Wrap
|
||||||
</UButton>
|
</UButton>
|
||||||
|
|
||||||
<UInput
|
<UInput
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue