From 0302bf9aea3b50c0073268c0dbe0ec2ec82fc993 Mon Sep 17 00:00:00 2001 From: Riley Bauer Date: Fri, 3 May 2019 10:21:46 -0700 Subject: [PATCH] Sets the background color for KFP pages This will prevent the pages from appearing gray when viewed within the iframe of the greater Kubeflow console. --- frontend/src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index bbeca2765fd..530ed740d71 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -25,6 +25,7 @@ import { theme, fonts } from './Css'; // TODO: license headers cssRule('html, body, #root', { + background: 'white', color: 'rgba(0, 0, 0, .66)', display: 'flex', fontFamily: fonts.main,