summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-11-06 01:07:16 +0900
committerJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-11-06 01:07:16 +0900
commit410f37eab3f5395990a00485c66c3e54d2db05b0 (patch)
treec275671d2247e8f1d00123aaf83825bc052b6747
parentc4f901868246a45e3f28c725fc87b3d6c8978a47 (diff)
Remove unneccessary rules
-rw-r--r--src/App.js12
1 files changed, 0 insertions, 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 },
}))();