fix(v2): keep up with infima updates

This commit is contained in:
Yangshun Tay 2019-04-20 18:22:04 -07:00
parent 9aa66ddac6
commit 2191fd662c
7 changed files with 13 additions and 26 deletions

View file

@ -8,8 +8,6 @@
import React, {useEffect} from 'react';
import canny from '../../scripts/canny';
import styles from './styles.module.css';
const BOARD_TOKEN = '054e0e53-d951-b14c-7e74-9eb8f9ed2f91';
function Feedback() {

View file

@ -1,11 +0,0 @@
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.feedbackPage {
margin: 64px auto;
max-width: 1024px;
}

View file

@ -10,7 +10,7 @@
}
.sectionAlt {
background-color: #f5f6f7;
background-color: var(--ifm-color-emphasis-inverse-alpha-30);
}
.sectionInner {