mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix: Improve the icon alignment in toggle buttons
This commit is contained in:
parent
c65a484ded
commit
dcfcd9f600
1 changed files with 3 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue