fix reversed icons in validator 🤦 (#2991)
This commit is contained in:
@@ -133,8 +133,8 @@ function IsValidIcon({valid}: {valid: boolean}) {
|
|||||||
const t = useTheme()
|
const t = useTheme()
|
||||||
|
|
||||||
if (!valid) {
|
if (!valid) {
|
||||||
return <Check size="md" style={{color: t.palette.negative_500}} />
|
return <Times size="md" style={{color: t.palette.negative_500}} />
|
||||||
}
|
}
|
||||||
|
|
||||||
return <Times size="md" style={{color: t.palette.positive_700}} />
|
return <Check size="md" style={{color: t.palette.positive_700}} />
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user