Forces light theme on Account page
This is until this page's components are made theme-aware
This commit is contained in:
parent
fe513fdb54
commit
693542eef5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class AccountView extends React.Component {
|
|||
}
|
||||
|
||||
componentDidMount() {
|
||||
document.body.className = this.props.theme;
|
||||
document.body.className = 'light';
|
||||
}
|
||||
|
||||
closeAccountPage() {
|
||||
|
|
Loading…
Reference in a new issue