Skip to content

Commit

Permalink
changed background color
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Apr 4, 2024
1 parent 4fd5247 commit 4aaad97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
max-width: 1280px;
margin: 0 auto;
text-align: center;
background-color: #333333;
background-color: #000000;
}

.main-component {
Expand Down
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WebApp.ready();
// Expand the Telegram Mini App to full screen
WebApp.expand();

WebApp.setBackgroundColor('#333333');
// WebApp.setBackgroundColor('#333333');

// Wallet Connect Config
// 1. Get projectId
Expand Down

0 comments on commit 4aaad97

Please sign in to comment.