Skip to content

Commit

Permalink
setup box shadow medium and make epic theme latest
Browse files Browse the repository at this point in the history
  • Loading branch information
djnunez-aot committed Sep 12, 2024
1 parent c8befb1 commit bff61a7
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 6 deletions.
47 changes: 43 additions & 4 deletions submit-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion submit-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@tanstack/router-plugin": "^1.45.7",
"@types/react-input-mask": "^3.0.5",
"axios": "^1.7.2",
"epic.theme": "^1.0.8",
"epic.theme": "latest",
"keycloak-js": "^25.0.1",
"oidc-client-ts": "^3.0.1",
"react": "^18.2.0",
Expand Down
6 changes: 5 additions & 1 deletion submit-web/src/components/Shared/ContentBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ export const ContentBox = ({
...rest
}: ContentBoxProps) => {
return (
<Paper elevation={2} {...rest}>
<Paper
elevation={2}
{...rest}
sx={{ boxShadow: BCDesignTokens.surfaceShadowMedium }}
>
<Box
sx={{
display: "flex",
Expand Down

0 comments on commit bff61a7

Please sign in to comment.