mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fixed numbers getting inverted
This commit is contained in:
@@ -92,7 +92,17 @@ export default function SteppedAccordion({
|
||||
}
|
||||
{...labelButtonProps}
|
||||
>
|
||||
<StepLabel error={error} {...labelProps}>
|
||||
<StepLabel
|
||||
error={error}
|
||||
{...labelProps}
|
||||
StepIconProps={{
|
||||
sx: {
|
||||
"&.Mui-active": {
|
||||
transform: "rotate(0deg) !important",
|
||||
},
|
||||
},
|
||||
}}
|
||||
>
|
||||
{title}
|
||||
{content && <ExpandIcon sx={{ mr: -0.5 }} />}
|
||||
</StepLabel>
|
||||
|
||||
Reference in New Issue
Block a user