replace some of the status.im theme with general config options
This commit is contained in:
parent
a0cdaf29f9
commit
2827bc0718
7 changed files with 37 additions and 24 deletions
|
@ -24,6 +24,7 @@ module.exports = React.createClass({
|
|||
displayName: 'LoginPage',
|
||||
|
||||
render: function() {
|
||||
// FIXME: this should be turned into a proper skin with a StatusLoginPage component
|
||||
if (UserSettingsStore.getTheme() === 'status') {
|
||||
return (
|
||||
<div className="mx_StatusLogin">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue