Skip to content

Commit 2cab009

Browse files
committed
Fix stepper line height issue
1 parent 5556ccc commit 2cab009

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

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

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

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

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

@@ -95,6 +95,7 @@ const Item = ({
9595
fontSize: theme.fontSizes.$xs,
9696
fontWeight: theme.fontWeights.$medium,
9797
color: theme.colors.$colorBackground,
98+
lineHeight: '1rem',
9899
})}
99100
>
100101
{bullet}

0 commit comments

Comments
 (0)