Skip to content

Commit

Permalink
change input to border-border
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigosnader committed Jul 13, 2023
1 parent 5727dbd commit 28a8b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The cursor: default; property value restores the browser's default cursor style
@apply focus:placeholder-transparent focus:ring-ring focus:border-ring
}
.input-primary {
@apply bg-background block border-ring form-input px-3 placeholder:text-muted-foreground rounded-md shadow-sm sm:text-sm truncate w-full;
@apply bg-background block border-border form-input px-3 placeholder:text-muted-foreground rounded-md shadow-sm sm:text-sm truncate w-full;
}

.input-edit-node{
Expand Down

0 comments on commit 28a8b1f

Please sign in to comment.