Skip to content

Commit

Permalink
Do not pin widget to light theme (#873)
Browse files Browse the repository at this point in the history
* Don't pin widget theme to light

* changelog
  • Loading branch information
Half-Shot authored Jan 2, 2024
1 parent 3af2aa7 commit 3ab7553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/873.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix widget pinning to light theme.
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3ab7553

Please sign in to comment.