Shun Miyazawa hace 2 años
padre
commit
d86ed008e0

+ 1 - 0
apps/app/src/features/search/client/components/SearchMenuItem.tsx

@@ -19,6 +19,7 @@ export const SearchMenuItem = (props: Props): JSX.Element => {
     getItemProps({
     getItemProps({
       index,
       index,
       item: { url },
       item: { url },
+      // TOOD: https://redmine.weseek.co.jp/issues/137235
       style: { backgroundColor: isActive ? 'lightblue' : 'white', cursor: 'pointer' },
       style: { backgroundColor: isActive ? 'lightblue' : 'white', cursor: 'pointer' },
       className: 'text-muted d-flex p-1',
       className: 'text-muted d-flex p-1',
     })
     })