Skip to content

Commit

Permalink
flipped menu open button
Browse files Browse the repository at this point in the history
  • Loading branch information
98ZhaoJeffrey committed Nov 14, 2024
1 parent 0c0d12d commit f417f2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions frontend/src/components/pages/courses/CourseUnitsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default function CourseUnitsPage() {
<MenuOpenIcon
sx={{
fontSize: "18px",
transform: "scaleX(-1)",
}}
/>
</Button>
Expand Down
1 change: 0 additions & 1 deletion frontend/src/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { TypographyStyleOptions } from "@mui/material/styles/createTypography";
import { error, learner, administrator, facilitator, neutral } from "./palette";
import "@fontsource/lexend-deca";


// adding custom attributes to palette
declare module "@mui/material/styles" {
// allow configuration using `createTheme`
Expand Down

0 comments on commit f417f2c

Please sign in to comment.