Skip to content

Commit

Permalink
Custom card screen : adjust background and border of input field in n…
Browse files Browse the repository at this point in the history
…ight mode (#7980)

Signed-off-by: vlo-rte <[email protected]>
  • Loading branch information
vlo-rte authored and ClementBouvierN committed Feb 28, 2025
1 parent ccf9169 commit 8820f2d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@

<div *ngIf="isInputFieldVisible" style="margin: 3px; align-items: center">
<div>
<input [formControl]="cardInputControl" type="text" style="height: 35px; width: 80%" size="30" />
<input
[formControl]="cardInputControl"
type="text"
class="opfab-input"
style="height: 35px; width: 80%"
size="30" />
</div>
</div>

Expand Down

0 comments on commit 8820f2d

Please sign in to comment.