Skip to content

Commit

Permalink
Add margin to TON Connect Button
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Oct 29, 2023
1 parent 127842d commit 0e412a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ton-drive-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function App() {
<StrictMode>
<StyledApp>
<AppContainer>
<TonConnectButton/>
<TonConnectButton className="my-2" />
<FilesListPage />
</AppContainer>
</StyledApp>
Expand Down

0 comments on commit 0e412a8

Please sign in to comment.