This commit is contained in:
Tom Moor 2019-03-13 23:50:52 -07:00
parent 1ef528bbd7
commit 52a029a657
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// @flow
import * as React from 'react';
import styled from 'styled-components';
import { darken, lighten } from 'polished';
import { darken } from 'polished';
const RealButton = styled.button`
display: inline-block;