Skip to content

Commit

Permalink
Reset theme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfisher72 committed Aug 15, 2023
1 parent 9829352 commit fbc5d73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion screen2.0/src/app/downloads/data-matrices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ export function DataMatrices(props: TabPanelProps) {
</Button>
</Stack>
}
<Accordion>
<Accordion elevation={2}>
<AccordionSummary expandIcon={<ExpandMore />}>
Legend
</AccordionSummary>
Expand Down
10 changes: 5 additions & 5 deletions screen2.0/src/common/lib/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ export const defaultTheme = createTheme({
// }
},
components: {
// MuiAccordion: {
// defaultProps: {
// elevation: 0, // outline
// },
// },
MuiAccordion: {
defaultProps: {
elevation: 0, // outline
},
},
},
transitions: {
easing: {
Expand Down

0 comments on commit fbc5d73

Please sign in to comment.