Skip to content

Commit

Permalink
Update border color
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyTripleA committed Mar 16, 2024
1 parent afbfbc7 commit b47d4ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/frontend/src/styles/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ export const theme = extendTheme( {
},
styles: {
global: {
'*' : {
borderColor: 'gray.800'
},
'html, body': {
background: '#181d20',
},
}
},
},
components: {
Expand Down

0 comments on commit b47d4ae

Please sign in to comment.