Skip to content

Commit 15aa257

Browse files
committed
change coin color
1 parent e8b051a commit 15aa257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Foundation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Foundation extends Component<IProps, IState> {
6060
<Grid columns={4} doubling>
6161
<Grid.Column>
6262
<Button
63-
color="orange"
63+
style={{ backgroundColor: '#f7931a', color: 'white' }}
6464
as="a"
6565
href="https://en.cryptobadges.io/donate/1Lth3oca4WnMnTnwHBcDLkEqniA2pBxkeC"
6666
target="_blank"
@@ -71,7 +71,7 @@ class Foundation extends Component<IProps, IState> {
7171
</Grid.Column>
7272
<Grid.Column>
7373
<Button
74-
color="violet"
74+
style={{ backgroundColor: '#151c2f', color: 'white' }}
7575
as="a"
7676
href="https://en.cryptobadges.io/donate/0x5A218a8d570d9947f42e0a4916ece7a60A181c2d"
7777
target="_blank"

0 commit comments

Comments
 (0)