We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9465f commit ff23eb6Copy full SHA for ff23eb6
src/Shared/Components/KeyValueList/KeyValueList.tsx
@@ -68,13 +68,19 @@ const KeyValueItem = ({
68
value={itemKey}
69
disabled={isDisabled}
70
onChange={handleKeyUpdate}
71
+ borderRadiusConfig={{
72
+ bottom: false,
73
+ }}
74
/>
75
<Textarea
76
name={`item-value-${index}`}
77
value={itemValue}
78
placeholder={valuePlaceholder}
79
onChange={handleValueUpdate}
80
81
82
+ top: false,
83
84
85
</div>
86
0 commit comments