Fix IconButton centering issues

This commit is contained in:
Alex Gleason 2020-05-31 19:38:07 -05:00
parent 55c958c7ad
commit 97ba4b005d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
3 changed files with 5 additions and 7 deletions

View File

@ -76,7 +76,7 @@ class SoapboxMount extends React.PureComponent {
};
componentDidMount() {
this.props.dispatch(generateTheme('#1ca82b', 'light'));
this.props.dispatch(generateTheme('#0482d8', 'light'));
}
render() {

View File

@ -127,12 +127,6 @@
cursor: pointer;
transition: color 100ms ease-in;
> div {
display: inline-flex;
align-items: center;
justify-content: center;
}
i.fa {
margin: 0;
}

View File

@ -103,6 +103,10 @@
border-radius: 4px;
box-sizing: content-box;
padding: 2px;
> div {
line-height: 31px !important;
}
}
.button { margin-right: 10px; }