Skip to content

Commit

Permalink
fix bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Dec 5, 2023
1 parent 649bf23 commit 6be82f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/>
<title>Web3Auth Demo</title>
</head>
<body class="bg-gray-50 dark:bg-gray-800">
<body class="bg-gray-100 dark:bg-gray-800">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
Expand Down

0 comments on commit 6be82f1

Please sign in to comment.