mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(docs-autocomplete): search item border bottom color
This commit is contained in:
parent
dbd0e83cac
commit
6f88ac501e
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user