Do not pin widget to light theme (#873)

* Don't pin widget theme to light

* changelog
This commit is contained in:
Will Hunt 2024-01-02 11:34:10 +00:00 committed by GitHub
parent 3af2aa7032
commit 3ab7553f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

1
changelog.d/873.bugfix Normal file
View File

@ -0,0 +1 @@
Fix widget pinning to light theme.

View File

@ -3,9 +3,9 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>GitHub Bridge Widget</title>
<title>Hookshot Widget</title>
</head>
<body class="cpd-theme-light">
<body class="cpd-theme">
<main id="root"></main>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/index.tsx"></script>