mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 19:01:47 +00:00
style: normalizar formatacao de importacao e suporte
This commit is contained in:
@@ -34,7 +34,9 @@ export function ImportSteps({ current }: ImportStepsProps) {
|
||||
isCompleted &&
|
||||
"border-primary bg-primary text-primary-foreground",
|
||||
isActive && "border-primary text-primary",
|
||||
!isCompleted && !isActive && "border-muted-foreground/30 text-muted-foreground",
|
||||
!isCompleted &&
|
||||
!isActive &&
|
||||
"border-muted-foreground/30 text-muted-foreground",
|
||||
)}
|
||||
>
|
||||
{isCompleted ? (
|
||||
|
||||
Reference in New Issue
Block a user