File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
src/designSystem/kubit/components Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -206,10 +206,6 @@ export const INPUT_STYLES: InputStylesType<InputVariantType> = {
206
206
[ InputVariantType . DEFAULT ] : {
207
207
[ InputState . EMPTY ] : {
208
208
...commonProps ,
209
- inputIcon : {
210
- ...commonProps . inputIcon ,
211
- color : COLORS . NEUTRAL . color_neutral_icon_50 ,
212
- } ,
213
209
} ,
214
210
[ InputState . ACTIVE ] : {
215
211
...commonProps ,
@@ -220,10 +216,6 @@ export const INPUT_STYLES: InputStylesType<InputVariantType> = {
220
216
} ,
221
217
[ InputState . FILLED ] : {
222
218
...commonProps ,
223
- inputIcon : {
224
- ...commonProps . inputIcon ,
225
- color : COLORS . NEUTRAL . color_neutral_icon_50 ,
226
- } ,
227
219
...informationAssociatedProps ,
228
220
} ,
229
221
[ InputState . ERROR_EMPTY ] : {
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ const commonProps = {
33
33
font_variant : TextVariantType . PARAGRAPH_MEDIUM_EXTENDED ,
34
34
color : COLORS . NEUTRAL . color_neutral_font_50 ,
35
35
font_weight : FONT_WEIGHT . font_weight_500 ,
36
+ word_break : 'break-word' ,
36
37
} ,
37
38
contentContainerLargeMessage : {
38
39
[ DeviceBreakpointsType . MOBILE ] : {
@@ -43,6 +44,7 @@ const commonProps = {
43
44
font_variant : TextVariantType . PARAGRAPH_SMALL_EXTENDED ,
44
45
color : COLORS . NEUTRAL . color_neutral_font_150 ,
45
46
font_weight : FONT_WEIGHT . font_weight_400 ,
47
+ word_break : 'break-word' ,
46
48
} ,
47
49
infoIcon : {
48
50
width : SIZES . size_250 ,
You can’t perform that action at this time.
0 commit comments