diff --git a/src/App.css b/src/App.css
index 4e08d0a..b7fded1 100644
--- a/src/App.css
+++ b/src/App.css
@@ -5,7 +5,9 @@ html {
html, body {
max-width: 100%;
overflow-x: hidden;
- font-family: "Avenir";
+ font-family: "Roboto", "Helvetica", "Arial";
+ background-color: #F5F5F5;
+ font-size: 12px;
}
::-webkit-scrollbar {
width: 0px; /* remove scrollbar space */
diff --git a/src/App.js b/src/App.js
index 9b3e363..51f1c06 100644
--- a/src/App.js
+++ b/src/App.js
@@ -72,6 +72,7 @@ import {
import dbLogo from './assets/dblogo.png';
import ssLogo from './assets/sslogo.jpg';
import kepLogo from './assets/kepler.gl-logo_2x.png';
+import { Typography } from '@material-ui/core';
const MAPBOX_ACCESS_TOKEN =
'pk.eyJ1IjoidWJlcmRhdGEiLCJhIjoiY2p2OGVvejQwMDJxZzRma2dvdWQ2OTQwcSJ9.VbuIamTa_JayuD2yr5tjaA';
@@ -714,13 +715,17 @@ class App extends Component {
// Placeholder sheet names. TODO: Bind to worksheet data
return (
Brought to you by:
- - - {' '} - - - -Powered by:
- - - -Version: {KEPLER_GL_VERSION}
+ } /> diff --git a/src/assets/tableau/css/style.css b/src/assets/tableau/css/style.css index e732dd3..b67cd69 100644 --- a/src/assets/tableau/css/style.css +++ b/src/assets/tableau/css/style.css @@ -3160,7 +3160,7 @@ Style guide: buttons-links.cta cursor: pointer; letter-spacing: 1px; line-height: 1; - font-size: 11px; + font-size: 12px; font-family: "Benton Sans Medium", Helvetica, sans-serif; color: #fff; text-transform: uppercase; @@ -3510,7 +3510,7 @@ Style guide: buttons-links.toggle-links cursor: pointer; letter-spacing: 1px; line-height: 1; - font-size: 11px; + font-size: 12px; text-transform: uppercase; font-family: "Benton Sans Book", Helvetica, sans-serif; color: #e8762c; @@ -14119,3 +14119,4 @@ Style guide: typography.text-stat @media (max-width: 960px) { .text-stat { font-size: 4em; } } + diff --git a/src/components/Configuration/ConfigScreen.js b/src/components/Configuration/ConfigScreen.js index 5c293db..97e64b5 100644 --- a/src/components/Configuration/ConfigScreen.js +++ b/src/components/Configuration/ConfigScreen.js @@ -38,7 +38,6 @@ const styles = { function ConfigScreen(props) { const { - classes, selectSheet, sheetNames, configTitle, @@ -46,10 +45,9 @@ function ConfigScreen(props) { field, selectedValue } = props; - console.log('configScreen', props); return ({props.infoText}
-{props.infoText}
+