feat: use neutral background for search suggestion thumbnails

This commit is contained in:
alistair3149 2021-08-31 13:13:49 -04:00
parent d8cf5e1804
commit 59ca621c80
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -21,7 +21,7 @@
&__thumbnail {
overflow: hidden;
height: 60px;
background-color: var( --background-color-framed );
background-color: #eaecf0;
border-radius: var( --border-radius--small );
img,