mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: center step divider with respect to step circle
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user