Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Flosciante committed Sep 20, 2023
1 parent 43d2ba4 commit 547514b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/CopyButton.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<UInput aria-label="Copy code to start using a theme" :model-value="text" name="get-started" disabled autocomplete="off"
size="xl" :ui="{ base: 'disabled:cursor-default text-center', icon: { trailing: { pointer: '' } } }">
<UInput class="font-mono" aria-label="Copy code to start using a theme" :model-value="text" name="get-started" disabled
autocomplete="off" size="xl"
:ui="{ base: 'disabled:cursor-default text-center', icon: { trailing: { pointer: '' } } }">
<template #leading>
<UIcon name="i-ph-terminal" />
</template>
Expand Down

0 comments on commit 547514b

Please sign in to comment.