diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | src/Board.js | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -25,4 +25,5 @@ yarn-error.log* .cache dist/ semantic/ -public/
\ No newline at end of file +public/ +TODO
\ No newline at end of file diff --git a/src/Board.js b/src/Board.js index b15f050..593f766 100644 --- a/src/Board.js +++ b/src/Board.js @@ -132,8 +132,8 @@ class Board extends Component { <Breadcrumb.Divider icon="right chevron" /> <Breadcrumb.Section link>{currentBoard.name}</Breadcrumb.Section> </Breadcrumb> - <Segment basic> - <Header as="h1"> + <Segment basic inverted={nightMode}> + <Header as="h1" inverted={nightMode}> {currentBoard.name} <Header.Subheader>/{currentBoard.dir}/</Header.Subheader> </Header> |