Skip to content

Commit

Permalink
style: predefine widget background
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed May 20, 2024
1 parent 5e21e76 commit 503a3bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ui/components/PTextField/PTextField.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.widget {
.input {
@apply flex flex-col w-full text-lg relative flex-wrap bg-white mt-3;
@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;
@apply flex ring-1 ring-gray-300 rounded-sm border-none w-full min-w-0 bg-white;
--input-ring-color: var(--pa-ring-color);
}

Expand Down
2 changes: 1 addition & 1 deletion src/ui/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
}
}
&-main {
@apply relative pt-6 px-6 pb-8;
@apply relative pt-6 px-6 pb-8 bg-white;
box-flex: 1;
flex-grow: 1;
overflow: hidden;
Expand Down

0 comments on commit 503a3bb

Please sign in to comment.