button already has disabled prop

This commit is contained in:
Abhinav 2022-03-03 12:33:17 +05:30
parent 1c3cbd145c
commit 54e407b76f

View file

@ -93,7 +93,7 @@ const Pre = styled.pre`
padding: 7px 15px;
`;
const LivePhotoBtn = styled.button<{ disabled: boolean }>`
const LivePhotoBtn = styled.button`
position: absolute;
bottom: 6vh;
right: 6vh;