summaryrefslogtreecommitdiff
path: root/components/Tweaks/SliderWithInfo.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-17 01:14:41 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-17 01:14:41 +0200
commitd1f02171bd4727fb0c09657d6fe0f21f5cde9617 (patch)
treec1f4e920c0cfa2e9a2dfa1605d242e25cd28bfdd /components/Tweaks/SliderWithInfo.tsx
parent85b665b343d63096a3e62c210931040a44b07a1b (diff)
parentca2fa3dc8d405d0ec451f16b9fcc72cde6bbf470 (diff)
feat(algos): merge
Diffstat (limited to 'components/Tweaks/SliderWithInfo.tsx')
-rw-r--r--components/Tweaks/SliderWithInfo.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Tweaks/SliderWithInfo.tsx b/components/Tweaks/SliderWithInfo.tsx
index 9d6903a..7984711 100644
--- a/components/Tweaks/SliderWithInfo.tsx
+++ b/components/Tweaks/SliderWithInfo.tsx
@@ -31,7 +31,7 @@ export const SliderWithInfo = ({
const { highlightColor } = useContext(ThemeContext)
return (
<Box key={label} pt={1} pb={2}>
- <Box display="flex" alignItems="flex-end">
+ <Box display="flex" alignItems="flex-end" mb={2}>
<Text>{label}</Text>
{infoText && <InfoTooltip infoText={infoText} />}
</Box>