Tweak admin config sub status layout

This commit is contained in:
Sam Becker 2023-11-28 18:23:10 -06:00
parent 2b9c0cbbe2
commit 44a93880ba

View File

@ -109,7 +109,7 @@ export default function SiteChecklistClient({
type: ComponentProps<typeof StatusIcon>['type'],
label: ReactNode,
) =>
<div className="flex gap-1.5">
<div className="flex gap-1 -translate-x-1">
<StatusIcon {...{ type }} />
<span>
{label}