Wizard: Update group labels spacing and "add button" color

This commit is contained in:
regexowl 2025-05-20 10:05:42 +02:00 committed by Lucas Garfield
parent e60e15c6d6
commit eed08effe1
2 changed files with 9 additions and 13 deletions

View file

@ -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}