From 5c1f7e3d4b716818411fc3394c675efbef0b9bb6 Mon Sep 17 00:00:00 2001 From: Erik Hedberg Date: Fri, 16 Jun 2017 14:53:22 +0200 Subject: [PATCH] fix(Td): Reduce table cell height --- src/components/td/td-styles.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/td/td-styles.jsx b/src/components/td/td-styles.jsx index 774d597e..2a56867f 100644 --- a/src/components/td/td-styles.jsx +++ b/src/components/td/td-styles.jsx @@ -25,8 +25,8 @@ export default createStyleSheet('Td', theme => { [mixins.media('md')]: { fontSize: 14, minWidth: 40, - paddingTop: 20, - paddingBottom: 20, + paddingTop: 13, + paddingBottom: 13, }, }, };