From 16482ece3701f56da53e5935d53ba1452725c764 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Tue, 24 Jan 2017 11:03:33 +0000 Subject: [PATCH] updating tooltip component to take style props in css --- ui/src/components/tooltip/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/src/components/tooltip/index.js b/ui/src/components/tooltip/index.js index cb4ab090..7aa71e00 100644 --- a/ui/src/components/tooltip/index.js +++ b/ui/src/components/tooltip/index.js @@ -33,6 +33,8 @@ const StyledList = styled.ul` margin: 0; padding: ${remcalc(ulPadder)}; min-width: ${remcalc(200)}; + + ${props => props.style} ${baseBox()} @@ -79,6 +81,7 @@ module.exports = ({ {children}