make disabled optional
This commit is contained in:
parent
07ed7505c9
commit
8955a48945
@ -83,7 +83,7 @@ Styled.Indicator = styled(Indicator)`
|
||||
color: var(--color-text-2);
|
||||
`;
|
||||
|
||||
Styled.Label = styled.label<{ disabled: boolean }>`
|
||||
Styled.Label = styled.label<{ disabled?: boolean }>`
|
||||
cursor: pointer;
|
||||
color: var(--color-text-2);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user