feat: add delete link form and controller

This commit is contained in:
Sonny
2024-05-19 16:40:34 +02:00
committed by Sonny
parent 50030df9a6
commit b7d80d844d
7 changed files with 87 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ const Input = styled.input(({ theme }) => ({
},
'&:disabled': {
opacity: 0.5,
opacity: 0.85,
},
'&::placeholder': {