diff --git a/apps/wallet/src/ui/app/components/iota-apps/index.tsx b/apps/wallet/src/ui/app/components/iota-apps/index.tsx
index f27954c05ef..8633641c5ed 100644
--- a/apps/wallet/src/ui/app/components/iota-apps/index.tsx
+++ b/apps/wallet/src/ui/app/components/iota-apps/index.tsx
@@ -2,7 +2,6 @@
// Modifications Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0
-import { Text } from '_app/shared/text';
import { useAppSelector } from '_hooks';
import { Feature } from '@iota/core';
import { prepareLinkToCompare } from '_src/shared/utils';
@@ -13,7 +12,8 @@ import { permissionsSelectors } from '../../redux/slices/permissions';
import { AppsPageBanner } from './Banner';
import { IotaApp, type DAppEntry } from './IotaApp';
import { IotaAppEmpty } from './IotaAppEmpty';
-import { Header } from '@iota/apps-ui-kit';
+import { InfoBox, InfoBoxStyle, InfoBoxType, Header } from '@iota/apps-ui-kit';
+import { Info } from '@iota/ui-icons';
export function AppsPlayGround() {
const ecosystemApps = useFeature(Feature.WalletDapps).value;
@@ -46,16 +46,17 @@ export function AppsPlayGround() {
{filteredEcosystemApps?.length ? (
-
-
- Apps below are actively curated but do not indicate any endorsement or
- relationship with IOTA Wallet. Please DYOR.
-
-
+ }
+ style={InfoBoxStyle.Elevated}
+ supportingText="Apps below are actively curated but do not indicate any endorsement or
+ relationship with IOTA Wallet. Please DYOR."
+ />
) : null}
{filteredEcosystemApps?.length ? (
-