make disabled optional

This commit is contained in:
Aleka Cheung 2024-01-30 16:36:23 -05:00
parent 07ed7505c9
commit 8955a48945
No known key found for this signature in database
GPG Key ID: 53E472E5EF4F4102

View File

@ -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);