Skip to content

Commit

Permalink
Fix border width
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Aug 6, 2023
1 parent 8a8e473 commit 66f7854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[lng]/dashboard/customers-360/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function Cart({ params: { lng } }) {
<div className="flex mb-2 max-w-[1000px]">
<input
ref={customerEmail}
className="w-full border-2 border-gray-400 p-2 rounded-md max-w-[500px]"
className="w-full border-[1px] border-gray-600 p-2 rounded-md max-w-[500px]"
type="text"
placeholder={t("Customer email")}
/>
Expand Down

0 comments on commit 66f7854

Please sign in to comment.