Skip to content

Commit

Permalink
revert: "refactor(InputOutlined): make background semi-transparent"
Browse files Browse the repository at this point in the history
This reverts commit 42a0f26.
  • Loading branch information
kripod committed Aug 3, 2024
1 parent 42a0f26 commit 26e09c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InputOutlined.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const InputOutlined = forwardRef(function InputOutlined(
size={size}
className={clsx(
className,
"bg-ui-neutral-50/65 ring-1 ring-inset ring-ui-neutral-600",
"bg-ui-neutral-50 ring-1 ring-inset ring-ui-neutral-600",
)}
{...props}
/>
Expand Down

0 comments on commit 26e09c0

Please sign in to comment.