Skip to content

Commit

Permalink
start tailwinding
Browse files Browse the repository at this point in the history
  • Loading branch information
holyspiritomb committed Feb 21, 2025
1 parent 880d98c commit a952336
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .vitepress/theme/components/SpeechEasy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ onMounted(() => {
<div>
<input
ref="read-this-aloud"
class="rounded-md border-1 w-100 text-xs focus:shadow-[var(--vp-c-text-3)]/50 shadow-md mb-[0.5rem]"
class="rounded-md border-1 w-65 text-xs focus:shadow-[var(--vp-c-text-3)]/50 shadow-md m-[0.5rem]"
value="Workers of the world, unite! You have nothing to lose but your chains!"
/>
<VPButton
theme="brand"
:text="buttonText"
<button
class="rounded-lg p-3 border-1 text-sm focus:shadow-[var(--vp-c-text-3)]/50 shadow-md m-[0.5rem]"
@click="speechMe(textToSynthesize.value)"
/>
>
{{ buttonText }}
</button>
</div>
</template>

0 comments on commit a952336

Please sign in to comment.