Skip to content

Commit

Permalink
fix codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ann-kilzer committed Aug 4, 2024
1 parent 5c6dbae commit 1ffde5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/team.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { test, expect, Locator } from '@playwright/test'

/** Verifies visibility of the name, title, and photo
*
*
* @param card The Locator for the TeamMember Card
* @param name The name to find
* @param title The title to find, if defined
Expand Down
2 changes: 1 addition & 1 deletion src/theme/customColorConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ declare module '@mui/material/styles' {
interface Palette {
tertiary: Palette['primary'];
}

interface PaletteOptions {
tertiary?: PaletteOptions['primary'];
}
Expand Down
2 changes: 1 addition & 1 deletion src/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const theme = createTheme({
paper: deepPurple[900]
},
divider: lightBlue[300]

},
typography
})
Expand Down

0 comments on commit 1ffde5e

Please sign in to comment.