aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_list_item
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-03-04 22:31:40 +0200
committerHenry Jameson <me@hjkos.com>2024-03-04 22:31:40 +0200
commitdc631c68fde12fef499c4b26c9a29e38c23357de (patch)
treeb59a5d7d91e6549d80c112be3ed694d40e5563ac /src/components/chat_list_item
parentb10458e3a31fc93dbffd0473e41d9eaf17c2a0df (diff)
fix some mistakes
Diffstat (limited to 'src/components/chat_list_item')
-rw-r--r--src/components/chat_list_item/chat_list_item.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/chat_list_item/chat_list_item.scss b/src/components/chat_list_item/chat_list_item.scss
index 04bec8dd..67e913a2 100644
--- a/src/components/chat_list_item/chat_list_item.scss
+++ b/src/components/chat_list_item/chat_list_item.scss
@@ -10,7 +10,7 @@
}
&:hover {
- box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
+ box-shadow: var(--shadow)
}
.chat-list-item-left {
@@ -49,12 +49,12 @@
white-space: nowrap;
text-overflow: ellipsis;
margin: 0.35em 0;
- color: var(--faintText);
+ color: var(--textFaint);
width: 100%;
}
a {
- color: var(--faintLink);
+ color: var(--linkFaint);
text-decoration: none;
pointer-events: none;
}