Skip to content

Commit 4186122

Browse files
committed
Add hover behavior for item tags
1 parent 9138922 commit 4186122

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SyntaxLookup.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/SyntaxLookup.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ let getAnchor = path => {
115115
module Tag = {
116116
@react.component
117117
let make = (~text: string) => {
118-
<span className="bg-fire-10-tr py-1 px-3 rounded text-fire text-16">
118+
<span className="hover:bg-fire hover:text-white bg-fire-10-tr py-1 px-3 rounded text-fire text-16">
119119
{React.string(text)}
120120
</span>
121121
}

0 commit comments

Comments
 (0)