File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
kubitWireframe/commons/components Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,13 @@ const commonProps = {
84
84
inputIconContainer : {
85
85
position : 'absolute' ,
86
86
top : '50%' ,
87
- left : '0.625rem' ,
88
87
transform : 'translate(0%, -50%)' ,
88
+ left : '0.625rem' ,
89
89
} ,
90
90
inputIconContainerRight : {
91
+ position : 'absolute' ,
92
+ top : '50%' ,
93
+ transform : 'translate(0%, -50%)' ,
91
94
left : 'auto' ,
92
95
right : '1.1rem' ,
93
96
} ,
@@ -157,6 +160,9 @@ const errorProps = {
157
160
color : COLORS . FEEDBACK . color_feedbackError_font_50 ,
158
161
} ,
159
162
errorMessageContainer : {
163
+ display : 'flex' ,
164
+ flex_direction : 'row' ,
165
+ gap : SPACINGS . spacing_100 ,
160
166
margin_top : SPACINGS . spacing_150 ,
161
167
margin_bottom : SPACINGS . spacing_150 ,
162
168
padding_left : SPACINGS . spacing_0 ,
@@ -165,9 +171,6 @@ const errorProps = {
165
171
width : SIZES . size_150 ,
166
172
height : SIZES . size_150 ,
167
173
} ,
168
- errorMessageIconContainer : {
169
- margin_right : SPACINGS . spacing_100 ,
170
- } ,
171
174
placeholder : {
172
175
...commonProps . placeholder ,
173
176
color : COLORS . FEEDBACK . color_feedbackError_font_50 ,
Original file line number Diff line number Diff line change @@ -80,10 +80,13 @@ const commonProps = COLORS => ({
80
80
inputIconContainer : {
81
81
position : 'absolute' ,
82
82
top : '50%' ,
83
- left : '0.625rem' ,
84
83
transform : 'translate(0%, -50%)' ,
84
+ left : '0.625rem' ,
85
85
} ,
86
86
inputIconContainerRight : {
87
+ position : 'absolute' ,
88
+ top : '50%' ,
89
+ transform : 'translate(0%, -50%)' ,
87
90
left : 'auto' ,
88
91
right : '1.1rem' ,
89
92
} ,
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ export const TEXT_STYLES: TextStylesType<TextVariantType> = {
40
40
font_family : FONT_FAMILY . font_family_nunito_sans ,
41
41
typography : PARAGRAPH . CAPTION ,
42
42
} ,
43
-
44
43
[ TextVariantType . HEADING_DISPLAY_1_EXTENDED ] : {
45
44
font_family : FONT_FAMILY . font_family_nunito_sans ,
46
45
typography : HEADING . DISPLAY ,
You can’t perform that action at this time.
0 commit comments