make input readonly

This commit is contained in:
HorizonCode 2024-01-11 16:09:38 +01:00
parent 2da2c9fa7e
commit dfa933fb87

View File

@ -12,7 +12,11 @@
class="container flex flex-col items-center justify-center gap-5 rounded-lg p-3"
>
<ButtonGroup class="w-full">
<Input type="text" placeholder="Path to your osu! installation" />
<Input
type="text"
placeholder="Path to your osu! installation"
readonly
/>
<Button color="light" class="dark:active:!bg-gray-900"
><FolderSolid
size="sm"