@eturnity/eturnity_reusable_components 1.2.31-3d-master.13 → 1.2.31-3d-master.14
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
|
@@ -135,8 +135,8 @@ const InputContainer = styled('input', inputProps)`
|
|
|
135
135
|
? 'none'
|
|
136
136
|
: props.borderColor ?
|
|
137
137
|
props.theme.colors[props.borderColor]
|
|
138
|
-
? props.theme.colors[props.borderColor]
|
|
139
|
-
: props.borderColor
|
|
138
|
+
? '1px solid ' + props.theme.colors[props.borderColor]
|
|
139
|
+
: '1px solid ' + props.borderColor
|
|
140
140
|
: '1px solid ' + props.theme.colors.grey4};
|
|
141
141
|
padding-top: 11px;
|
|
142
142
|
padding-bottom: 11px;
|