From 8b4231e3109d4b29e4d90f4553f718a1d7867bc5 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 14 Jan 2019 22:26:06 +0100 Subject: Add buttons --- uidev/src/withTheme/index.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'uidev/src/withTheme') diff --git a/uidev/src/withTheme/index.tsx b/uidev/src/withTheme/index.tsx index d7d4be3de..17a1074d3 100644 --- a/uidev/src/withTheme/index.tsx +++ b/uidev/src/withTheme/index.tsx @@ -24,7 +24,6 @@ const styles = (theme: Theme) => ({ borderRadius: theme.borderRadiusSmall, marginBottom: 20, padding: 20, - paddingBottom: 5, background: theme.colorContentBackground, }, }); -- cgit v1.2.3-54-g00ecf