order: fixing
This commit is contained in:
@@ -112,7 +112,17 @@ export default function Stepper({ statuses = [] }: StepperProps) {
|
||||
{steps.map((step, index) => (
|
||||
<Fragment key={`label-${step.key}`}>
|
||||
<Col>
|
||||
<ProText type={step.isPending ? "secondary" : undefined}>
|
||||
<ProText
|
||||
style={{
|
||||
fontWeight: 400,
|
||||
fontStyle: "Regular",
|
||||
fontSize: 14,
|
||||
lineHeight: "140%",
|
||||
letterSpacing: "0%",
|
||||
textAlign: "center",
|
||||
color: step.isPending ? "#99A2AE" : "#333333",
|
||||
}}
|
||||
>
|
||||
{step.label}
|
||||
</ProText>
|
||||
</Col>
|
||||
|
||||
Reference in New Issue
Block a user