Forces light theme on Account page

This is until this page's components are made theme-aware
This commit is contained in:
Andrew Nicolaou 2019-05-22 16:32:35 +02:00 committed by Cassie Tarakajian
parent fe513fdb54
commit 693542eef5

View file

@ -24,7 +24,7 @@ class AccountView extends React.Component {
}
componentDidMount() {
document.body.className = this.props.theme;
document.body.className = 'light';
}
closeAccountPage() {