From b803d1b9d80fea52f4f871255246457a5be28e0b Mon Sep 17 00:00:00 2001 From: Fabian Vives Date: Mon, 24 Oct 2022 16:15:12 -0600 Subject: [PATCH] fix(webapp): bpjson style --- webapp/src/routes/BPJson/styles.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp/src/routes/BPJson/styles.js b/webapp/src/routes/BPJson/styles.js index 63447d89..e6c0ec24 100644 --- a/webapp/src/routes/BPJson/styles.js +++ b/webapp/src/routes/BPJson/styles.js @@ -1,5 +1,5 @@ export default (theme) => ({ - cardShadow: { - boxShadow: '0px 1px 5px rgba(0, 0, 0, 0.15) !important', - }, - }) \ No newline at end of file + cardShadow: { + boxShadow: '0px 1px 5px rgba(0, 0, 0, 0.15) !important', + }, +})