fix: update chat link hover color to use launcher color

This commit is contained in:
medchedli 2025-05-29 11:18:26 +01:00
parent 4cdd619bf1
commit 269e07d94f
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,9 @@
a.chatLink {
.sc-message--text-content a.chatLink {
text-decoration: underline;
transition: color 0.2s ease;
&:hover {
color: #004499 !important;
text-decoration: underline;
color: var(--launcher-color);
}
}
p.sc-message--text-content {

View File

@ -51,6 +51,7 @@ const TextMessage: React.FC<TextMessageProps> = ({ message }) => {
style={{
color: colors.text,
backgroundColor: colors.bg,
["--launcher-color" as string]: allColors.launcher.bg,
}}
>
<p className="sc-message--text-content" ref={messageTextRef}>