aboutsummaryrefslogtreecommitdiff
path: root/src/Home.js
diff options
context:
space:
mode:
authorLibravatar Renard 2019-09-22 00:28:21 -0300
committerLibravatar Renard 2019-09-22 00:28:21 -0300
commit4f42b5a2b35cf61d6042562195755699f9de177f (patch)
treed874b49c0aeaa1d98ad9aea978c2f417b6788806 /src/Home.js
parent8db5e7649c1d3ceba35cc52e191da1d264994f45 (diff)
downloadbai-client-4f42b5a2b35cf61d6042562195755699f9de177f.tar.gz
bai-client-4f42b5a2b35cf61d6042562195755699f9de177f.tar.xz
bai-client-4f42b5a2b35cf61d6042562195755699f9de177f.zip
Nightmode
Diffstat (limited to 'src/Home.js')
-rw-r--r--src/Home.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/Home.js b/src/Home.js
index 292b8a1..5832ce4 100644
--- a/src/Home.js
+++ b/src/Home.js
@@ -106,7 +106,15 @@ class Home extends Component {
const { newThreadsList, lastAgeThreads, latestNews } = this.state;
document.title = "B.a.I Home";
return (
- <Grid columns={2} divided container doubling>
+ <Grid
+ columns={2}
+ divided
+ container
+ doubling
+ className={
+ this.props.nightMode ? "homeContainer inverted" : "homeContainer"
+ }
+ >
<Grid.Row>
<Grid.Column>
<Header as="h4">Hilos activos</Header>