INNER CODE UNIT · TypeScript
createLightTheme
numaproj/numaflow · ui/src/themes/index.ts:17
export function createLightTheme(): Theme {
return createTheme({
breakpoints: commonBreakpoints,
typography: commonTypography,
palette: {
mode: "light",
primary: {
main: "#0077C5",
},
background: {
default: "#ffffff",
paper: "#f8f8fb",
},
text: {
primary: "#393A3D",
secondary: "#6B6C72",
},
},