Skip to content
Snippets Groups Projects
Commit b799f501 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

light is still a bit too light in these situations so use regular

parent 3f01a701
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ export default class DashboardsDropdown extends Component {
{dash.name}
</div>
{ dash.description ?
<div className="mt1 text-light text-brand-light">
<div className="mt1 text-brand-light">
{dash.description}
</div>
: null }
......
<div class="py4 border-bottom">
<div class="wrapper wrapper--trim">
<h2 class="text-light text-grey-4">Account settings</h2>
<h2 class="text-grey-4">Account settings</h2>
</div>
</div>
<div class="mt2 md-mt4 wrapper wrapper--trim">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment