aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-03-04 22:40:44 +0200
committerHenry Jameson <me@hjkos.com>2024-03-04 22:40:44 +0200
commite4f27419894dc93f70dd563ba231d4f7f0abb359 (patch)
treef7316fbd67ddde925d34216f20c26c52c421015d
parentdc631c68fde12fef499c4b26c9a29e38c23357de (diff)
fix
-rw-r--r--src/components/chat_list_item/chat_list_item.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chat_list_item/chat_list_item.scss b/src/components/chat_list_item/chat_list_item.scss
index 67e913a2..5689a86f 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: var(--shadow)
+ box-shadow: var(--shadow);
}
.chat-list-item-left {