Skip to content

Commit

Permalink
style: remove input bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed May 20, 2024
1 parent 1989747 commit 167aaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/PTextField/PTextField.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@apply flex flex-col w-full text-lg relative flex-wrap mt-3;

&--wrap {
@apply flex ring-1 ring-gray-300 rounded-sm border-none w-full min-w-0 bg-white;
@apply flex ring-1 ring-gray-300 rounded-sm border-none w-full min-w-0;
--input-ring-color: var(--pa-ring-color);
}

Expand Down

0 comments on commit 167aaaf

Please sign in to comment.