update kanban styling, add more detailed error log for gmail
This commit is contained in:
@@ -133,6 +133,7 @@ export default function KanbanBoard() {
|
||||
border: `1px solid ${alpha(c, theme.palette.mode === "dark" ? 0.22 : 0.14)}`,
|
||||
background: theme.palette.mode === "dark" ? "rgba(15,23,42,0.55)" : "rgba(255,255,255,0.8)",
|
||||
backdropFilter: "blur(8px)",
|
||||
color: theme.palette.text.primary,
|
||||
}}
|
||||
>
|
||||
<CardContent sx={{ p: 1.25, "&:last-child": { pb: 1.25 } }}>
|
||||
@@ -142,6 +143,7 @@ export default function KanbanBoard() {
|
||||
</Typography>
|
||||
<IconButton
|
||||
size="small"
|
||||
sx={{ color: theme.palette.text.primary }}
|
||||
onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
setMenuJobId(j.id);
|
||||
|
||||
Reference in New Issue
Block a user