Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Make faux input and input visually similar
Browse files Browse the repository at this point in the history
  • Loading branch information
LL782 committed Oct 8, 2024
1 parent 3c8f311 commit d8b5970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-preview/src/ui/UI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const UI = {
}) => (
<div
className={cn(
"rounded-md px-3 py-2 text-sm",
"rounded-md border border-[#fff1] px-3 py-2 text-sm",
error ? "text-red-400" : "bg-[#fff1]",
)}
>
Expand Down

0 comments on commit d8b5970

Please sign in to comment.