Skip to content

Commit

Permalink
fix(TextField): add white background
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored and kelsos committed Oct 15, 2024
1 parent 4879c6e commit 477eead
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/forms/text-field/RuiTextField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ function clearIconClicked() {
:global(.dark) {
.wrapper {
@apply bg-transparent;
.label {
@apply border-white/[0.42];
Expand Down Expand Up @@ -292,7 +294,7 @@ function clearIconClicked() {
}
.wrapper {
@apply relative w-full flex items-center pt-3;
@apply relative w-full flex items-center pt-3 rounded bg-white;
.input {
@apply leading-6 text-rui-text w-full bg-transparent py-1.5 pr-3 outline-0 outline-none transition-all placeholder:opacity-0 focus:placeholder:opacity-100;
Expand Down

0 comments on commit 477eead

Please sign in to comment.