Skip to content

Commit

Permalink
[ACS-6211] Changed appearance of mat-select form field to standard to…
Browse files Browse the repository at this point in the history
… match with other action form fields
  • Loading branch information
swapnil-verma-gl committed Nov 20, 2023
1 parent 2b600d0 commit 480889b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<form class="aca-rule-action__form" [formGroup]="form">

<mat-form-field class="aca-rule-action-full-width">
<mat-form-field class="aca-rule-action-full-width" appearance="standard">
<mat-select
formControlName="actionDefinitionId"
data-automation-id="rule-action-select"
Expand Down

0 comments on commit 480889b

Please sign in to comment.