Lint files based on updated rules

This commit is contained in:
jeffvli
2023-09-15 20:42:38 -07:00
parent d45b01625b
commit ec457d5125
57 changed files with 153 additions and 150 deletions
@@ -62,7 +62,7 @@ const SliderValueWrapper = styled.div<{ position: 'left' | 'right' }>`
justify-content: center;
max-width: 50px;
@media (max-width: 768px) {
@media (width <= 768px) {
display: none;
}
`;
@@ -80,7 +80,7 @@ const ControlsContainer = styled.div`
justify-content: center;
height: 35px;
@media (max-width: 768px) {
@media (width <= 768px) {
${ButtonsContainer} {
gap: 0;
}