Fix Styling for kanban board, removed encrpytion for gmail as it was affecting connection
This commit is contained in:
@@ -159,7 +159,7 @@ export default function JobFlowBar({ job, history = [] }: { job: JobApplication
|
||||
<React.Fragment key={`${item.key}-${item.at.toISOString()}`}>
|
||||
<Chip
|
||||
icon={item.icon as React.ReactElement}
|
||||
label={`${item.label} · ${item.at.toLocaleDateString()}`}
|
||||
label={`${item.label} - ${item.at.toLocaleDateString()}`}
|
||||
sx={{
|
||||
fontWeight: 800,
|
||||
color: theme.palette.getContrastText(item.color),
|
||||
@@ -170,7 +170,7 @@ export default function JobFlowBar({ job, history = [] }: { job: JobApplication
|
||||
/>
|
||||
{index < items.length - 1 ? (
|
||||
<Typography sx={{ color: "text.secondary", fontWeight: 900 }}>
|
||||
?
|
||||
{"->"}
|
||||
</Typography>
|
||||
) : null}
|
||||
</React.Fragment>
|
||||
|
||||
Reference in New Issue
Block a user