Fix button styles

This commit is contained in:
Gregory Schier
2023-10-30 07:27:27 -07:00
parent 959c55315c
commit 47eb8947f5
3 changed files with 5 additions and 2 deletions

View File

@@ -379,7 +379,7 @@ const FormRow = memo(function FormRow({
size="sm"
title="Delete header"
onClick={showDelete ? handleDelete : undefined}
className="ml-0.5 !opacity-0 group-hover:!opacity-100 focus-visible:!opacity-100"
className="ml-0.5 group-hover:!opacity-100 focus-visible:!opacity-100"
/>
</div>
);