Wizard: Update group labels spacing and "add button" color
This commit is contained in:
parent
e60e15c6d6
commit
eed08effe1
2 changed files with 9 additions and 13 deletions
|
|
@ -4,6 +4,7 @@ import {
|
|||
Button,
|
||||
HelperText,
|
||||
HelperTextItem,
|
||||
Icon,
|
||||
Label,
|
||||
LabelGroup,
|
||||
TextInputGroup,
|
||||
|
|
@ -105,7 +106,11 @@ const LabelInput = ({
|
|||
/>
|
||||
<TextInputGroupUtilities>
|
||||
<Button
|
||||
icon={<PlusCircleIcon className="pf-v6-u-primary-color-100" />}
|
||||
icon={
|
||||
<Icon status="info">
|
||||
<PlusCircleIcon />
|
||||
</Icon>
|
||||
}
|
||||
variant="plain"
|
||||
onClick={(e) => handleAddItem(e, inputValue)}
|
||||
isDisabled={!inputValue}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue