Skip to content

Commit 9ee89f8

Browse files
hotfix(frontend): signer modal background
1 parent 882834c commit 9ee89f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dfinity/oisy-wallet",
3-
"version": "0.24.0",
3+
"version": "0.24.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"repository": {

src/frontend/src/routes/(sign)/sign/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</script>
3939

4040
<article
41-
class="mb-10 flex min-h-96 flex-col rounded-lg border border-brand-subtle-20 bg-white px-5 py-6"
41+
class="mb-10 flex min-h-96 flex-col rounded-lg border border-brand-subtle-20 bg-surface px-5 py-6"
4242
>
4343
{#if $authNotSignedIn}
4444
<SignerSignIn />

0 commit comments

Comments
 (0)