diff --git a/examples/nextjs/pages/index.tsx b/examples/nextjs/pages/index.tsx
index e892c6300..4391e9676 100644
--- a/examples/nextjs/pages/index.tsx
+++ b/examples/nextjs/pages/index.tsx
@@ -4,7 +4,7 @@ import '@skip-go/widget/style.css';
const Home: NextPage = () => {
return (
-
+
);
};
diff --git a/packages/widget/src/ui/AssetInput.tsx b/packages/widget/src/ui/AssetInput.tsx
index 47fa37c67..6f2aeecf9 100644
--- a/packages/widget/src/ui/AssetInput.tsx
+++ b/packages/widget/src/ui/AssetInput.tsx
@@ -21,6 +21,7 @@ import {
import { formatPercent, formatUSD } from '../utils/intl';
import { useSwapWidgetUIStore } from '../store/swap-widget';
import { css } from '@emotion/css';
+import { styled } from 'styled-components';
interface Props {
amount: string;
@@ -120,7 +121,7 @@ function AssetInput({
/>
)}
-
props.theme.primary.backgroundColor};
+ color: ${(props) => props.theme.primary.textColor};
+`;
diff --git a/packages/widget/src/ui/AssetSelect/index.tsx b/packages/widget/src/ui/AssetSelect/index.tsx
index b6f2a0eef..da2aa3358 100644
--- a/packages/widget/src/ui/AssetSelect/index.tsx
+++ b/packages/widget/src/ui/AssetSelect/index.tsx
@@ -7,6 +7,7 @@ import { cn } from '../../utils/ui';
import { Dialog } from '../Dialog/Dialog';
import { DialogTrigger } from '../Dialog/DialogTrigger';
import { DialogContent } from '../Dialog/DialogContent';
+import { styled } from 'styled-components';
interface Props {
asset?: Asset;
@@ -29,7 +30,7 @@ function AssetSelect({
return (
-
+