+
+
@@ -86,7 +94,11 @@
{/if}
- {#if isDarkMode}
+
+
+

+
+
diff --git a/packages/bridge-ui/src/components/NoticeModal.svelte b/packages/bridge-ui/src/components/NoticeModal.svelte
index 5257afb03..aa21afb6f 100644
--- a/packages/bridge-ui/src/components/NoticeModal.svelte
+++ b/packages/bridge-ui/src/components/NoticeModal.svelte
@@ -4,6 +4,7 @@
import type { NoticeModalOpenMethod } from '../domain/modal';
import Button from './Button.svelte';
import Modal from './Modal.svelte';
+ import { _ } from 'svelte-i18n';
const STORAGE_PREFIX = 'notice-modal';
@@ -99,11 +100,11 @@
id="noShowAgain_{name}"
bind:checked={noShowAgainCheckbox}
class="checkbox checkbox-secundary mr-2" />
-
+