fix: align settings card height plus border radius (#6119)

This commit is contained in:
Johannes
2025-06-27 07:20:52 -07:00
committed by GitHub
parent 1f3962d2d5
commit 717b30115b
3 changed files with 3 additions and 3 deletions

View File

@@ -170,7 +170,7 @@ export function TargetingCard({
<Collapsible.CollapsibleTrigger
asChild
className="h-full w-full cursor-pointer rounded-lg hover:bg-slate-50">
<div className="inline-flex px-4 py-6">
<div className="inline-flex px-4 py-4">
<div className="flex items-center pl-2 pr-5">
<CheckIcon
className="h-7 w-7 rounded-full border border-green-300 bg-green-100 p-1.5 text-green-600"

View File

@@ -23,7 +23,7 @@ export const TargetingLockedCard = ({ isFormbricksCloud, environmentId }: Target
<Collapsible.CollapsibleTrigger
asChild
className="h-full w-full cursor-pointer rounded-lg hover:bg-slate-50">
<div className="inline-flex px-4 py-6">
<div className="inline-flex px-4 py-4">
<div className="flex items-center pl-2 pr-5">
<div className="rounded-full border border-slate-300 bg-slate-100 p-1">
<LockIcon className="h-4 w-4 text-slate-500" strokeWidth={3} />

View File

@@ -19,7 +19,7 @@ export const IconBar = ({ actions }: IconBarProps) => {
return (
<div
className="flex items-center justify-center divide-x rounded-lg border border-slate-300 bg-white"
className="flex items-center justify-center divide-x rounded-md border border-slate-300 bg-white"
role="toolbar"
aria-label="Action buttons">
{actions