diff options
Diffstat (limited to 'packages/instant')
-rw-r--r-- | packages/instant/src/components/ui/dropdown.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/instant/src/components/ui/dropdown.tsx b/packages/instant/src/components/ui/dropdown.tsx index bfedc0f5a..ae4731b6f 100644 --- a/packages/instant/src/components/ui/dropdown.tsx +++ b/packages/instant/src/components/ui/dropdown.tsx @@ -65,11 +65,11 @@ export class Dropdown extends React.Component<DropdownProps, DropdownState> { borderBottom="1px solid" > <Flex justify="space-between"> - <Text fontSize="16px" lineHeight="19px" fontColor={ColorOption.darkGrey}> + <Text fontSize="16px" fontColor={ColorOption.darkGrey}> {value} </Text> <Container> - <Text fontSize="16px" lineHeight="17px" fontColor={ColorOption.lightGrey}> + <Text fontSize="16px" fontColor={ColorOption.lightGrey}> {label} </Text> {hasItems && ( |