Skip to content

Commit d34606d

Browse files
author
Enrique Moreno
committed
Removed font-style (default value)
1 parent 86de1b0 commit d34606d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/lib/src/chip/Chip.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ const LabelContainer = styled.span<{ disabled: ChipPropsType["disabled"] }>`
3636
font-size: var(--typography-label-l);
3737
font-family: var(--typography-font-family);
3838
font-weight: var(--typography-label-regular);
39-
font-style: var(--font-style-normal);
4039
color: ${(props) => (props.disabled ? "var(--color-fg-neutral-medium)" : "var(--color-fg-neutral-dark)")};
4140
text-overflow: ellipsis;
4241
white-space: nowrap;

0 commit comments

Comments
 (0)