Skip to content

Commit 9e3379a

Browse files
committed
fix: update session label typography color
1 parent d61ed17 commit 9e3379a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

DashAI/front/src/components/generative/SessionBar.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ export default function SessionBar({
145145
{/* Header */}
146146
<Box display="flex" alignItems="center" py={0.5} px={1} mb={0.5}>
147147
<FolderIcon sx={{ color: "#16FFFF", mr: 1, fontSize: 20 }} />
148-
<Typography>{t("generative:label.sessions")}</Typography>
148+
<Typography color="text.primary">
149+
{t("generative:label.sessions")}
150+
</Typography>
149151
<Box
150152
sx={{
151153
ml: 1,

0 commit comments

Comments
 (0)