From 410f37eab3f5395990a00485c66c3e54d2db05b0 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Fri, 6 Nov 2020 01:07:16 +0900 Subject: Remove unneccessary rules --- src/App.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/App.js b/src/App.js index a79456a..38aa4f8 100644 --- a/src/App.js +++ b/src/App.js @@ -364,18 +364,6 @@ function StoreView(props) { width: '100%', bottom: 0, }, - search: { - padding: '2px 4px', - display: 'flex', - alignItems: 'center', - }, - input: { - marginLeft: theme.spacing(1), - flex: 1, - }, - iconButton: { - padding: 10, - }, title: { flexGrow: 1 }, }))(); -- cgit v1.2.3