Shun Miyazawa пре 2 година
родитељ
комит
d86ed008e0
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      apps/app/src/features/search/client/components/SearchMenuItem.tsx

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

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