We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fec82 commit f1356efCopy full SHA for f1356ef
components/src/organisms/FixtureOption/index.tsx
@@ -29,14 +29,13 @@ export function FixtureOption(props: FixtureOptionProps): JSX.Element {
29
return (
30
<ListItem
31
type="default"
32
- padding={`${SPACING.spacing16} ${SPACING.spacing24}`}
+ padding={`${SPACING.spacing16} ${SPACING.spacing12}`}
33
alignItems={ALIGN_CENTER}
34
justifyContent={JUSTIFY_SPACE_BETWEEN}
35
>
36
<StyledText
37
desktopStyle="bodyDefaultSemiBold"
38
oddStyle="bodyTextSemiBold"
39
- padding={`${SPACING.spacing8}`}
40
41
{optionName}
42
</StyledText>
0 commit comments