Skip to content

Commit 598442f

Browse files
authored
underline links in chat message (livekit#526)
1 parent 7c7cc55 commit 598442f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/light-pots-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@livekit/components-styles": patch
3+
---
4+
5+
Underline links in chat message.

packages/styles/scss/prefabs/chat.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
background-color: var(--accent4);
5858
}
5959
}
60+
61+
a {
62+
text-decoration: underline;
63+
color: inherit;
64+
}
6065
}
6166

6267
.chat-form {

0 commit comments

Comments
 (0)