Skip to content

Commit

Permalink
Improve google Lighthouse accessibly score (#3735)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvaniGabrovsky authored Nov 6, 2022
1 parent eda63fe commit 83f93b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/app/src/components/Posts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ const useStyles = makeStyles((theme: Theme) =>
width: '100%',
},
error: {
color: '#B5B5B5',
color: theme.palette.error.light,
fontSize: '5rem',
paddingBottom: '30px',
},
errorIcon: {
color: '#B5B5B5',
color: theme.palette.error.light,
fontSize: '10rem',
paddingBottom: '0',
},
Expand Down
1 change: 1 addition & 0 deletions src/web/app/src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const lightTheme: Theme = createTheme({
},
error: {
main: red.A400,
light: '#4d4d4d',
},
background: {
default: '#FFFFFF',
Expand Down

0 comments on commit 83f93b2

Please sign in to comment.