chore: lint
This commit is contained in:
@@ -21,11 +21,11 @@ export const BreakpointButton =
|
|||||||
<Circle sx={{
|
<Circle sx={{
|
||||||
fontSize: '1rem',
|
fontSize: '1rem',
|
||||||
marginLeft: '5px',
|
marginLeft: '5px',
|
||||||
color: changeColor ? 'red': 'gray',
|
color: changeColor ? 'red' : 'gray',
|
||||||
"&:hover": {
|
"&:hover": {
|
||||||
color: changeColor ? 'darkRed' : 'dimgray',
|
color: changeColor ? 'darkRed' : 'dimgray',
|
||||||
}
|
}
|
||||||
}}/>
|
}} />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user