Skip to content

Commit

Permalink
minor text change
Browse files Browse the repository at this point in the history
  • Loading branch information
JStruk committed Dec 6, 2023
1 parent 7965c77 commit fbf222c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/views/ColorConverter.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<template>
<div class="border-2 space-y-4 flex flex-col text-right items-center text-purple-500">
<div class="flex mb-12">
<div class="p-2 w-48">
<div class="p-2">
<p class="text-xl font-bold">Enter color code:</p>
<p class="text-xs">Accept RGB, HEX, CMYK, HSL</p>
<p class="text-xs">Accepts RGB, HEX, CMYK, HSL</p>
<p class="text-xs">or color name (e.g. "red")</p>
</div>
<div class="flex flex-col overflow-ellipsis">
<input type="text" v-model="colorInput" v-debounce:300ms="convert"
Expand Down

0 comments on commit fbf222c

Please sign in to comment.