Skip to content

Commit 5d14329

Browse files
author
Hector Arce De Las Heras
committed
New styles
Include new styles for message and input
1 parent 70d5c6e commit 5d14329

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/designSystem/kubit/components/input/styles.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ export const INPUT_STYLES: InputStylesType<InputVariantType> = {
206206
[InputVariantType.DEFAULT]: {
207207
[InputState.EMPTY]: {
208208
...commonProps,
209-
inputIcon: {
210-
...commonProps.inputIcon,
211-
color: COLORS.NEUTRAL.color_neutral_icon_50,
212-
},
213209
},
214210
[InputState.ACTIVE]: {
215211
...commonProps,
@@ -220,10 +216,6 @@ export const INPUT_STYLES: InputStylesType<InputVariantType> = {
220216
},
221217
[InputState.FILLED]: {
222218
...commonProps,
223-
inputIcon: {
224-
...commonProps.inputIcon,
225-
color: COLORS.NEUTRAL.color_neutral_icon_50,
226-
},
227219
...informationAssociatedProps,
228220
},
229221
[InputState.ERROR_EMPTY]: {

src/designSystem/kubit/components/message/styles.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const commonProps = {
3333
font_variant: TextVariantType.PARAGRAPH_MEDIUM_EXTENDED,
3434
color: COLORS.NEUTRAL.color_neutral_font_50,
3535
font_weight: FONT_WEIGHT.font_weight_500,
36+
word_break: 'break-word',
3637
},
3738
contentContainerLargeMessage: {
3839
[DeviceBreakpointsType.MOBILE]: {
@@ -43,6 +44,7 @@ const commonProps = {
4344
font_variant: TextVariantType.PARAGRAPH_SMALL_EXTENDED,
4445
color: COLORS.NEUTRAL.color_neutral_font_150,
4546
font_weight: FONT_WEIGHT.font_weight_400,
47+
word_break: 'break-word',
4648
},
4749
infoIcon: {
4850
width: SIZES.size_250,

0 commit comments

Comments
 (0)