Skip to content

Commit a3efaa2

Browse files
committed
temp
1 parent 1fd110e commit a3efaa2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+19321
-7862
lines changed

web-modal-sdk/react-modal-playground/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en" class="dark">
33
<head>
44
<script type="module">
55
import { Buffer } from "buffer";
@@ -8,6 +8,7 @@
88
window.process = process;
99
</script>
1010
<meta charset="utf-8" />
11+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1112
<meta name="title" content="PnP Playground - Web3Auth">
1213
<meta name="description" content="A playground to test all the features of the Web3Auth Plug and Play SDK in React.">
1314
<meta name="keywords" content="web3auth, web3, authentication, crypto, social login, plug and play, modal sdk">
@@ -16,6 +17,12 @@
1617
<meta name="language" content="English">
1718

1819
<title>PnP Playground - Web3Auth</title>
20+
21+
<!-- Script to ensure dark mode is applied -->
22+
<script>
23+
// Make sure dark mode is applied
24+
document.documentElement.classList.add('dark');
25+
</script>
1926
</head>
2027
<body>
2128
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)