From 1ee76aae8ec5ec5ce82029c3251592d468fcc151 Mon Sep 17 00:00:00 2001 From: Liam Hongman Cho Date: Mon, 29 Apr 2024 13:20:13 +0900 Subject: [PATCH] Apply bold to hyperlink (#179) --- src/css/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/css/index.css b/src/css/index.css index d33edac49..a8d02e5bd 100644 --- a/src/css/index.css +++ b/src/css/index.css @@ -78,4 +78,7 @@ textarea:focus, input:focus { .sendbird-ai-widget-file-message-image { border-radius: 16px; width: 100%; -} \ No newline at end of file +} +.sendbird-word__url { + font-weight: 700; +}