We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b051a commit 15aa257Copy full SHA for 15aa257
src/Foundation.tsx
@@ -60,7 +60,7 @@ class Foundation extends Component<IProps, IState> {
60
<Grid columns={4} doubling>
61
<Grid.Column>
62
<Button
63
- color="orange"
+ style={{ backgroundColor: '#f7931a', color: 'white' }}
64
as="a"
65
href="https://en.cryptobadges.io/donate/1Lth3oca4WnMnTnwHBcDLkEqniA2pBxkeC"
66
target="_blank"
@@ -71,7 +71,7 @@ class Foundation extends Component<IProps, IState> {
71
</Grid.Column>
72
73
74
- color="violet"
+ style={{ backgroundColor: '#151c2f', color: 'white' }}
75
76
href="https://en.cryptobadges.io/donate/0x5A218a8d570d9947f42e0a4916ece7a60A181c2d"
77
0 commit comments