fix: center step divider with respect to step circle

This commit is contained in:
Andrew Aquino
2026-06-26 22:42:46 +00:00
parent ed02b61e5c
commit 1b98ac374f
@@ -107,7 +107,7 @@ const StepIndicator: React.FC<StepIndicatorProps> = ({ step, children }) => {
};
const stepDividerVariants = cva(
"border-0 border-l border-solid mx-4 -translate-x-px",
"border-0 border-l border-solid mx-3 -translate-x-px",
{
variants: {
variant: {