diff --git a/packages/primitives/src/design-tokens/oxygen/dark.tokens.json b/packages/primitives/src/design-tokens/oxygen/dark.tokens.json index 98f1d835..edefdbe8 100644 --- a/packages/primitives/src/design-tokens/oxygen/dark.tokens.json +++ b/packages/primitives/src/design-tokens/oxygen/dark.tokens.json @@ -3,23 +3,23 @@ "colors": { "primary": { "lighter": { - "value": "#14b8a5", + "value": "#ff9666", "type": "color" }, "light": { - "value": "#19e6ce", + "value": "#ff7433", "type": "color" }, "default": { - "value": "#47ebd8", + "value": "#ff5100", "type": "color" }, "dark": { - "value": "#75f0e1", + "value": "#cc4100", "type": "color" }, "darker": { - "value": "#a3f5eb", + "value": "#993000", "type": "color" } }, @@ -63,7 +63,7 @@ "type": "color" }, "primary": { - "value": "#75f0e1", + "value": "#cc4100", "type": "color" } }, @@ -89,7 +89,7 @@ "type": "color" }, "primary": { - "value": "#47ebd8", + "value": "#ff5100", "type": "color" }, "gray": { @@ -228,7 +228,7 @@ "background": { "primary": { "default": { - "value": "#47ebd8", + "value": "#ff5100", "type": "color" } }, @@ -327,4 +327,4 @@ "value": "https://raw.githubusercontent.com/brionmario/oxygen/main/examples/multi-brand-identity/public/assets/brands/oxygen/images/oxygen-logo-inverted.svg", "type": "asset" } -} \ No newline at end of file +} diff --git a/packages/react/src/components/Autocomplete/__tests__/__snapshots__/Autocomplete.test.tsx.snap b/packages/react/src/components/Autocomplete/__tests__/__snapshots__/Autocomplete.test.tsx.snap index d11b8d49..8ad48544 100644 --- a/packages/react/src/components/Autocomplete/__tests__/__snapshots__/Autocomplete.test.tsx.snap +++ b/packages/react/src/components/Autocomplete/__tests__/__snapshots__/Autocomplete.test.tsx.snap @@ -18,7 +18,7 @@ exports[`Alert should match the snapshot 1`] = ` Movie
= for */ const TextField: OverridableComponent> = forwardRef( ( - {className, id, label, type, InputLabelProps, variant, size = 'small', ...rest}: TextFieldProps, + { + className, + id, + label, + type, + InputLabelProps, + variant, + size = 'small', + margin = 'dense', + ...rest + }: TextFieldProps, ref: Ref, ): ReactElement => { const classes: string = clsx('oxygen-text-field', className); @@ -186,7 +196,15 @@ const TextField: OverridableComponent> = forw {label} {type === TextFieldInputTypes.INPUT_PASSWORD ? ( - + ) : ( > = forw className="OxygenTextField-root" type={type} size={size} + margin={margin} {...rest} /> )} diff --git a/packages/react/src/components/TextField/__test__/__snapshots__/TextField.test.tsx.snap b/packages/react/src/components/TextField/__test__/__snapshots__/TextField.test.tsx.snap index 214857e4..3eb2e9b5 100644 --- a/packages/react/src/components/TextField/__test__/__snapshots__/TextField.test.tsx.snap +++ b/packages/react/src/components/TextField/__test__/__snapshots__/TextField.test.tsx.snap @@ -10,7 +10,7 @@ exports[`TextField should match the snapshot 1`] = ` class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-animated MuiFormLabel-colorPrimary MuiInputLabel-root MuiInputLabel-animated oxygen-input-label css-f3834g-MuiFormLabel-root-MuiInputLabel-root" />