Skip to content

Commit

Permalink
Small linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamS-Quartech committed Jan 11, 2024
1 parent efc032b commit 7252a28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react-app/src/themes/appTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ const appTheme = createTheme({
styleOverrides: {
root: {
boxShadow: '0px 8px 20px 0px rgba(0, 0, 0, 0.04)',
}
}
}
},
},
},
},
});

Expand Down

0 comments on commit 7252a28

Please sign in to comment.