Skip to content

Commit e938027

Browse files
authored
Make remove button consistent with other multi value item remove button (#20257)
1 parent 1aa8bdf commit e938027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/components/multiple-color-picker-input/multiple-color-picker-item-input.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export class UmbMultipleColorPickerItemInputElement extends UUIFormControlMixin(
189189
<uui-button
190190
compact
191191
label=${this.localize.term('actions_delete')}
192-
look="primary"
192+
look="outline"
193193
?disabled=${this.disabled}
194194
@click=${this.#onDelete}>
195195
<uui-icon name="icon-trash"></uui-icon>

0 commit comments

Comments
 (0)