diff options
| author | Henry Jameson <me@hjkos.com> | 2024-03-04 22:40:44 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-03-04 22:40:44 +0200 |
| commit | e4f27419894dc93f70dd563ba231d4f7f0abb359 (patch) | |
| tree | f7316fbd67ddde925d34216f20c26c52c421015d /src/components/chat_list_item | |
| parent | dc631c68fde12fef499c4b26c9a29e38c23357de (diff) | |
fix
Diffstat (limited to 'src/components/chat_list_item')
| -rw-r--r-- | src/components/chat_list_item/chat_list_item.scss | 2 |
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 { |
