Skip to content

Commit

Permalink
chore: fix card backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Oct 15, 2020
1 parent c73e049 commit 95f57c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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))
Expand Down Expand Up @@ -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))
Expand Down
1 change: 1 addition & 0 deletions components/theme-provider.js
Expand Up @@ -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",
Expand Down

0 comments on commit 95f57c9

Please sign in to comment.