Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq0826 committed Jun 5, 2024
1 parent 5ad497f commit 5034aeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Tooling/Content/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Content = ({ tools, toolsMarkdown }) => {
}, [selectedTool])

const filteredTools = useMemo(() => {
setSelectedTool(null)
// setSelectedTool(null)
return tools.filter((tool) => {
const categoryMatch =
searchParams.category.length === 0 ||
Expand Down
2 changes: 1 addition & 1 deletion src/components/Tooling/Content/List/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const List = ({ tools, onChange, selectedTool }) => {
<div className={styles.toolName}>
{tool.remarkPluginFrontmatter.name}
<svg
className="ml-[8px] mr-[25px]"
className="ml-[8px] mr-[25px] hover:opacity-70"
xmlns="http://www.w3.org/2000/svg"
width="12"
height="15"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
height: 40px;
width: 218px;
position: relative;
z-index: 1;
}

.networkSelector {
Expand Down

0 comments on commit 5034aeb

Please sign in to comment.