@granto-umbrella/umbrella-components 2.3.5 → 2.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -66,7 +66,7 @@ export const StyledDatePicker = styled(
|
|
|
66
66
|
gap: ${semanticSizes.global.gap.md};
|
|
67
67
|
border: 1px solid ${semanticColors.neutral[300]};
|
|
68
68
|
border-radius: ${semanticRadius.global.radius.md};
|
|
69
|
-
font-size: ${typographyTokens.fontSizes.
|
|
69
|
+
font-size: ${typographyTokens.fontSizes.labelM};
|
|
70
70
|
color: ${semanticColors.global.text.onSurface.enabled};
|
|
71
71
|
|
|
72
72
|
&:focus {
|
|
@@ -20,13 +20,14 @@ export const Label = styled.label`
|
|
|
20
20
|
display: flex;
|
|
21
21
|
justify-content: space-between;
|
|
22
22
|
align-items: center;
|
|
23
|
-
font-size: ${typographyTokens.fontSizes.
|
|
24
|
-
color: ${semanticColors.
|
|
23
|
+
font-size: ${typographyTokens.fontSizes.labelS};
|
|
24
|
+
color: ${semanticColors.global.text.subtitle.enabled};
|
|
25
|
+
font-weight: ${typographyTokens.fontWeights.medium};
|
|
25
26
|
`;
|
|
26
27
|
|
|
27
28
|
export const SupportingText = styled.span`
|
|
28
29
|
font-size: ${typographyTokens.fontSizes.captionM};
|
|
29
|
-
color: ${semanticColors.
|
|
30
|
+
color: ${semanticColors.global.text.subtitle.enabled};
|
|
30
31
|
`;
|
|
31
32
|
|
|
32
33
|
export const CustomSelect = styled(Select).attrs({
|