Fix: Improve the icon alignment in toggle buttons

This commit is contained in:
ShaneMaglangit 2022-10-05 18:10:23 +08:00
parent c65a484ded
commit dcfcd9f600

View file

@ -651,6 +651,9 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
const [, updateState] = useState({})
const StyledToggleButton = styled('button', {
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
p: '0px',
backgroundColor: 'transparent',
border: 'none',