mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
Do not pin widget to light theme (#873)
* Don't pin widget theme to light * changelog
This commit is contained in:
parent
3af2aa7032
commit
3ab7553f41
1
changelog.d/873.bugfix
Normal file
1
changelog.d/873.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix widget pinning to light theme.
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user