From 4f0d92adcdf00194d99cda0d389f01f8943b6f10 Mon Sep 17 00:00:00 2001 From: Josh Broton Date: Wed, 27 Sep 2017 07:53:35 -0500 Subject: [PATCH] add dotContainer styles --- components/Dots.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/Dots.js b/components/Dots.js index e01f1c8..745c101 100644 --- a/components/Dots.js +++ b/components/Dots.js @@ -34,7 +34,11 @@ export const RenderDots = (index, total, props) => { active: i === index })); } - return dots; + return ( + + {dots} + + ); } export default RenderDots; \ No newline at end of file