Skip to content

Commit

Permalink
style: show inline border for text field button
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed May 6, 2024
1 parent 21496d8 commit 0efd5c2
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 @@ -44,7 +44,7 @@

& + .btn {
@apply flex h-auto self-stretch flex-1 active:ring-0 focus:ring-0 focus:bg-black/5 rounded-l-none
border-s;
border-s border-solid;
border-inline-start-color: var(--input-ring-color);
}
}
Expand Down

0 comments on commit 0efd5c2

Please sign in to comment.