We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f9933 commit 0a57a13Copy full SHA for 0a57a13
apps/frontend/src/components/launches/tags.component.tsx
@@ -207,7 +207,7 @@ export const TagsComponent: FC<{
207
{findTag && (
208
<Button
209
onClick={edit(findTag)}
210
- className="!h-6 !px-2 !rounded !text-xs !bg-third items-center hover:!opacity-70 invisible group-hover:visible"
+ className="!h-6 !px-2 !rounded !text-xs !bg-third items-center !opacity-70 hover:!opacity-100 invisible group-hover:visible"
211
>
212
<svg
213
xmlns="http://www.w3.org/2000/svg"
@@ -241,7 +241,7 @@ export const TagsComponent: FC<{
241
}}
242
243
<div className="text-white mix-blend-difference">
244
- {findTag?.name}
+ {findTag.name}
245
</div>
246
247
);
0 commit comments