change: UI text and interaction

This commit is contained in:
Julian Krauser 2025-07-22 07:50:38 +02:00
parent e755a4ec37
commit 63c9045d98
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="flex relative">
<input type="text" :value="copyText" />
<input type="text" readonly :value="copyText" />
<ClipboardIcon
class="w-5 h-5 p-2 box-content absolute right-1 top-1/2 -translate-y-1/2 bg-white cursor-pointer"
@click="copyToClipboard"