Skip to content

Commit

Permalink
fix: update search result icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jun 8, 2023
1 parent 8b40036 commit bee5df3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import styles from './SearchResultItem.module.scss'

const icons: Record<SearchDocumentType, React.ReactElement> = {
[SearchDocumentType.Title]: (
<DocumentIcon className={clsx(styles.icon, styles.l1, styles.stroke)} />
<DocumentIcon className={clsx(styles.icon, styles.l1, styles.fill)} />
),
[SearchDocumentType.Heading]: (
<BlockIcon className={clsx(styles.icon, styles.l2, styles.fill)} />
Expand Down

0 comments on commit bee5df3

Please sign in to comment.