Skip to content

Commit

Permalink
fix: border-radius (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
roshan-gh authored Oct 26, 2023
1 parent c06c19a commit 2ed921f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/validation-type/ValidationTypeContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function ValidationTypeContent({
setCurrent: (current: ICurrentValidation) => void;
}) {
return (
<div className="bg-neutral-150 flex flex-col divide-solid divide-y">
<div className="bg-neutral-150 flex flex-col divide-solid divide-y rounded-md">
<ContentRow
isCurrent={current.provider === "Browser-only"}
title="Browser-only validation"
Expand Down

0 comments on commit 2ed921f

Please sign in to comment.