From 0ea5f7de848642522592f2e59941baa157ac1986 Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Wed, 2 Sep 2020 17:46:59 +0200 Subject: [PATCH] Decrease Switch's margin-bottom with headings --- src/bootstrap/Switch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/Switch.js b/src/bootstrap/Switch.js index 29ec3f3..b862918 100644 --- a/src/bootstrap/Switch.js +++ b/src/bootstrap/Switch.js @@ -23,7 +23,7 @@ Switch.propTypes = { export function Switch({ label, helpText, switchHeading, ...props }) { const uid = useUID(); return ( -
+