Skip to content

Commit fd154de

Browse files
committed
Fix stepper line height issue
1 parent 10ce4d7 commit fd154de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/ui/src/components/ConfigureSSO/elements/Stepper

packages/ui/src/components/ConfigureSSO/elements/Stepper/Stepper.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22

33
import { Box, descriptors, Flex, Icon, SimpleButton, Text } from '@/customizables';
4-
import { ChevronRight, Checkmark } from '@/icons';
4+
import { Checkmark, ChevronRight } from '@/icons';
55

66
import type { StepperItemProps, StepperProps } from './types';
77

@@ -88,6 +88,7 @@ const Item = ({
8888
fontSize: theme.fontSizes.$xs,
8989
fontWeight: theme.fontWeights.$medium,
9090
color: theme.colors.$colorBackground,
91+
lineHeight: '1rem',
9192
})}
9293
>
9394
{bullet}

0 commit comments

Comments
 (0)