From 66fabbb197586521f60415213cea321bb88a6413 Mon Sep 17 00:00:00 2001 From: Joachim Robert Date: Wed, 6 Feb 2019 10:32:38 +0100 Subject: [PATCH] Horizontal rule divs are now hr --- components/ChecklistItem/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ChecklistItem/style.js b/components/ChecklistItem/style.js index 74123c8..3515486 100644 --- a/components/ChecklistItem/style.js +++ b/components/ChecklistItem/style.js @@ -331,7 +331,7 @@ export const ResourceName = styled.p` font-weight: 400; `; -export const Divider = styled.div` +export const Divider = styled.hr` border-bottom: 1px solid ${tint(theme.bg.wash, -4)}; margin-top: 24px; margin-bottom: 24px;