style control buttons

This commit is contained in:
Aykut Saraç 2022-02-17 15:16:46 +03:00
parent 5394bbb0b3
commit 702c6b68fc

View File

@ -42,7 +42,7 @@ const StyledControls = styled.div`
opacity: 0.9;
button:hover {
opacity: 0.5;
opacity: 0.7;
}
`;