Fix button styles

This commit is contained in:
Gregory Schier
2023-10-30 07:27:27 -07:00
parent 3b1e4f538d
commit 9d4f4bef5d
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>
);