fix: border radius on search preview

This commit is contained in:
Jacky Zhao 2024-02-01 21:19:48 -08:00
parent c0c0b24138
commit e9fb0ecb96

View file

@ -139,7 +139,8 @@
line-height: 1.5em;
font-weight: 400;
background: var(--light);
border-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow:
0 14px 50px rgba(27, 33, 48, 0.12),
0 10px 30px rgba(27, 33, 48, 0.16);