Skip to content

Commit 0a57a13

Browse files
committed
update opacity
1 parent 36f9933 commit 0a57a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/frontend/src/components/launches/tags.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export const TagsComponent: FC<{
207207
{findTag && (
208208
<Button
209209
onClick={edit(findTag)}
210-
className="!h-6 !px-2 !rounded !text-xs !bg-third items-center hover:!opacity-70 invisible group-hover:visible"
210+
className="!h-6 !px-2 !rounded !text-xs !bg-third items-center !opacity-70 hover:!opacity-100 invisible group-hover:visible"
211211
>
212212
<svg
213213
xmlns="http://www.w3.org/2000/svg"
@@ -241,7 +241,7 @@ export const TagsComponent: FC<{
241241
}}
242242
>
243243
<div className="text-white mix-blend-difference">
244-
{findTag?.name}
244+
{findTag.name}
245245
</div>
246246
</div>
247247
);

0 commit comments

Comments
 (0)