Make pagination icons a little more visible

This commit is contained in:
Grzegorz Zdunek 2023-04-20 14:19:01 +02:00
parent ec6085e949
commit 1fe1d7baec

View file

@ -39,7 +39,7 @@ export const StyledArrowBtn = styled.button`
&:disabled {
cursor: default;
${Icon} {
opacity: 0.1;
opacity: 0.2;
}
}
`;