os1: add dark mode style for app name in headers

This commit is contained in:
Matilde Park 2020-03-31 22:01:08 -04:00
parent 93c881cec9
commit bfeb481b80
5 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ export class HeaderBar extends Component {
className="dib f9 v-mid inter ml2"
href="/"
style={{ top: 14 }}>
</a> <p className="dib f9 v-mid inter ml2">Messaging</p>
</a> <p className="dib f9 v-mid inter ml2 white-d">Messaging</p>
</div>
</div>
);

View File

@ -41,7 +41,7 @@ export class HeaderBar extends Component {
className="dib f9 v-mid inter ml2"
href="/"
style={{ top: 14 }}>
</a> <p className="dib f9 v-mid inter ml2">Manage Groups</p>
</a> <p className="dib f9 v-mid inter ml2 white-d">Manage Groups</p>
</div>
</div>
);

View File

@ -41,7 +41,7 @@ export class HeaderBar extends Component {
className="dib f9 v-mid inter ml2"
href="/"
style={{ top: 14 }}>
</a> <p className="dib f9 v-mid inter ml2">Links</p>
</a> <p className="dib f9 v-mid inter ml2 white-d">Links</p>
</div>
</div>
);

View File

@ -41,7 +41,7 @@ export class HeaderBar extends Component {
className="dib f9 v-mid inter ml2"
href="/"
style={{ top: 14 }}>
</a> <p className="dib f9 v-mid inter ml2">Publishing</p>
</a> <p className="dib f9 v-mid inter ml2 white-d">Publishing</p>
</div>
</div>
);

View File

@ -38,7 +38,7 @@ export class HeaderBar extends Component {
className="dib f9 v-mid inter ml2"
href="/"
style={{ top: 14 }}>
</a> <p className="dib f9 v-mid inter ml2">Dojo</p>
</a> <p className="dib f9 v-mid inter ml2 white-d">Dojo</p>
</div>
</div>
);