Skip to content

Commit

Permalink
add: rounded-r-none
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherkindl committed Apr 7, 2024
1 parent 4b4fa2e commit cfb0ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const inputStyles = tv({
"disabled:dark:border-gray-700 disabled:dark:bg-gray-800 disabled:dark:text-gray-500",
// file
[
"file:-my-1.5 file:-ml-2.5 file:h-[36px] file:cursor-pointer file:rounded-l-md file:border-0 file:px-3 file:py-1.5 file:outline-none focus:outline-none disabled:pointer-events-none file:disabled:pointer-events-none",
"file:-my-1.5 file:-ml-2.5 file:h-[36px] file:cursor-pointer file:rounded-l-md file:border-0 file:px-3 file:py-1.5 file:outline-none focus:outline-none file:rounded-r-none disabled:pointer-events-none file:disabled:pointer-events-none",
"file:border-solid file:border-gray-300 file:bg-gray-50 file:text-gray-500 file:hover:bg-gray-100 file:dark:border-gray-800 file:dark:bg-gray-950 file:hover:dark:bg-gray-900/20 file:disabled:dark:border-gray-700",
"file:[border-inline-end-width:1px] file:[margin-inline-end:0.75rem]",
"file:disabled:bg-gray-100 file:disabled:text-gray-500 file:disabled:dark:bg-gray-800",
Expand Down

0 comments on commit cfb0ec8

Please sign in to comment.