From 95f57c9192e1b9f7c3bec48a71243d63a64195d4 Mon Sep 17 00:00:00 2001 From: epiqueras Date: Thu, 15 Oct 2020 10:00:12 -0400 Subject: [PATCH] chore: fix card backgrounds --- README.md | 3 ++- components/theme-provider.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4617fff7..479659c5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## (2020-10-14) +## (2020-10-15) - chore: add code of conduct ([6859555](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/6859555)) - chore: add identicons ([45ddea1](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/45ddea1)) @@ -27,6 +27,7 @@ - chore: fix subgraph ([68606c9](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/68606c9)) - chore: fix subgraph memory access ([ba9cc9e](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/ba9cc9e)) - chore: fix submission details accordion ([56dafcc](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/56dafcc)) +- chore: fix transitions ([c73e049](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/c73e049)) - chore: fix weird Web3 inconsistency ([5d205ad](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/5d205ad)) - chore: forward all props to svg in icons ([7507ab6](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/7507ab6)) - chore: framework work ([b7b7e62](https://github.com/Proof-Of-Humanity/proof-of-humanity-web/commit/b7b7e62)) diff --git a/components/theme-provider.js b/components/theme-provider.js index d7489669..ab06854f 100644 --- a/components/theme-provider.js +++ b/components/theme-provider.js @@ -164,6 +164,7 @@ const theme = merge(merge(base, toTheme(typographyTheme)), { }, cards: { primary: { + backgroundColor: "background", borderRadius: 3, boxShadow: "0 6px 10px rgba(255, 153, 0, 0.25)", fontFamily: "heading",