Skip to content

Commit

Permalink
style: change category boldness in addtool
Browse files Browse the repository at this point in the history
jackcasstlesjones committed Dec 12, 2024
1 parent eaf67fd commit 171ce89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/toolkit/add-tool/components/AddToolTags.tsx
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ export default function AddTags() {
formState.categories.includes(category)
? "bg-twd-secondary-purple text-white"
: "bg-twd-background text-white"
}`}
} font-normal`}
ariaPressed={formState.categories.includes(category)}
/>
))}

0 comments on commit 171ce89

Please sign in to comment.