Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Nov 24, 2023
1 parent 0d2a3b7 commit 495a3d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gensplore-component/src/components/GensploreView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ function GensploreView({ genbankString, searchInput, setSearchInput, showLogo })
}
>

<td className="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
<td className="px-6 py-4 whitespace-nowrap text-sm text-gray-600 font-medium">
<input
type="checkbox"
className="focus:ring-indigo-500 text-indigo-600 border-gray-300 rounded mr-2"
Expand All @@ -578,10 +578,10 @@ function GensploreView({ genbankString, searchInput, setSearchInput, showLogo })
feature.notes?.product?.join(", ")
}</td>

<td className="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">{feature.type}</td>
<td className="px-6 py-4 whitespace-nowrap text-sm text-gray-500">{feature.type}</td>
<td>
<button
className="bg-gray-100 hover:bg-gray-200 text-gray-800 font-semibold py-1 px-1 border border-gray-400 rounded shadow text-sm"
className="bg-gray-100 hover:bg-gray-200 text-gray-600 font-semibold py-1 px-1 border border-gray-400 rounded shadow text-sm "
onClick={() => {
setFeatureOffcanvasOpen(false);
setScrollToFeature(feature);
Expand Down

1 comment on commit 495a3d6

@vercel
Copy link

@vercel vercel bot commented on 495a3d6 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.