fix(docs-autocomplete): search item border bottom color

This commit is contained in:
Junior Garcia 2022-08-28 11:30:35 -03:00
parent dbd0e83cac
commit 6f88ac501e

View File

@ -49,7 +49,7 @@ const Suggestion: React.FC<Props> = ({hit, highlighted}) => {
cursor: pointer;
padding: 16px 8px;
justify-content: space-between;
border-bottom: 1px solid ${addColorAlpha(theme?.colors?.border?.value, 0.6)};
border-bottom: 1px solid ${addColorAlpha(theme?.colors?.border?.value, 0.1)};
min-height: 68px;
transition: all 0.2s ease;
}