Skip to content
Snippets Groups Projects
Commit c1b6dac7 authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Use the same shade of grey in both dash and question lists

parent 6fd89f8d
Branches
Tags
No related merge requests found
......@@ -144,9 +144,8 @@ export class Dashboards extends Component {
return (
<LoadingAndErrorWrapper
style={{ backgroundColor: "#f9fbfc" }}
loading={isLoading}
className={cx("relative px4 full-height", {"flex flex-full flex-column": noDashboardsCreated})}
className={cx("relative px4 full-height bg-slate-extra-light", {"flex flex-full flex-column": noDashboardsCreated})}
noBackground
>
{ modalOpen ? this.renderCreateDashboardModal() : null }
......
......@@ -111,7 +111,7 @@ export class QuestionIndex extends Component {
const showEverythingElseTitle = hasQuestionsWithoutCollection && hasCollections;
return (
<div className={cx("relative mx4", {"full-height flex flex-column": showNoSavedQuestionsState})}>
<div className={cx("relative px4", {"full-height flex flex-column bg-slate-extra-light": showNoSavedQuestionsState})}>
{ showNoCollectionsState && <CollectionEmptyState /> }
<QuestionIndexHeader
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment