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; text-decoration: underline;
transition: color 0.2s ease; transition: color 0.2s ease;
&:hover { &:hover {
color: #004499 !important; color: var(--launcher-color);
text-decoration: underline;
} }
} }
p.sc-message--text-content { p.sc-message--text-content {

View File

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