This commit is contained in:
Tom Moor 2019-03-13 23:50:52 -07:00
parent 1ef528bbd7
commit 52a029a657

View File

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