Skip to content

Commit a07b65c

Browse files
committed
style: black text
1 parent 87a0679 commit a07b65c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/modals/ShareModal.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
</div>
2525

2626
<!-- Description -->
27-
<p class="vdb-c-mb-16 vdb-c-text-sm vdb-c-text-gray-600">
28-
A public link to your chat has been created.
27+
<p class="vdb-c-mb-16 vdb-c-text-sm vdb-c-text-black">
28+
Share the link with everyone to show all the cool things you made
29+
{{ ":)" }}
2930
</p>
3031

3132
<!-- Loading State -->
@@ -50,7 +51,7 @@
5051
<input
5152
:value="publicLink"
5253
readonly
53-
class="vdb-c-flex-1 vdb-c-border-none vdb-c-bg-transparent vdb-c-text-sm vdb-c-text-gray-800 vdb-c-outline-none"
54+
class="vdb-c-flex-1 vdb-c-border-none vdb-c-bg-transparent vdb-c-text-sm vdb-c-text-black vdb-c-outline-none"
5455
/>
5556
<button
5657
@click="copyLink"

0 commit comments

Comments
 (0)