Skip to content

Commit

Permalink
fix(webapp): bpjson style
Browse files Browse the repository at this point in the history
  • Loading branch information
fvives99 committed Oct 24, 2022
1 parent f421bf5 commit b803d1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webapp/src/routes/BPJson/styles.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default (theme) => ({
cardShadow: {
boxShadow: '0px 1px 5px rgba(0, 0, 0, 0.15) !important',
},
})
cardShadow: {
boxShadow: '0px 1px 5px rgba(0, 0, 0, 0.15) !important',
},
})

0 comments on commit b803d1b

Please sign in to comment.