From 52a029a657524bad7bc0a8098d9e45cceb2790f9 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 13 Mar 2019 23:50:52 -0700 Subject: [PATCH] :shirt: --- app/components/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Button.js b/app/components/Button.js index b6825c788..35d6f5625 100644 --- a/app/components/Button.js +++ b/app/components/Button.js @@ -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;