Skip to content

Commit 8316062

Browse files
committed
Update label styling
1 parent c7d431e commit 8316062

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Canvas/CanvasBlockLabel.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
class="tooltip pointer-events-none absolute py-1 px-2 text-sm bg-gray-800 text-white rounded">{{ copyText }}</div>
66
<input
77
class="
8-
text-sm text-gray-700
9-
font-semibold hover:text-teal-600
10-
bg-transparent
11-
inline-block rounded
8+
inline-block
9+
appearance-none bg-transparent
10+
text-sm text-gray-800
11+
font-mono hover:text-teal-600
1212
cursor-pointer focus:outline-none
1313
"
1414
readonly

0 commit comments

Comments
 (0)