Skip to content

Commit 1e42957

Browse files
committed
update text color
1 parent 394a349 commit 1e42957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/kyberswap-interface/src/pages/Earns/PoolExplorer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const PoolExplorer = () => {
186186

187187
<Filter filters={filters} updateFilters={updateFilters} search={search} setSearch={setSearch} />
188188
{filters.chainId === ChainId.BASE && (
189-
<Text color={theme.subText} fontSize={12} fontStyle={'italic'}>
189+
<Text color={theme.primary} fontSize={12} fontStyle={'italic'}>
190190
Kyber Earn data on Base is being updated. This may take a moment and will be available again at 1:00 AM UTC on
191191
20 Nov 2025 — thank you for your patience.
192192
</Text>

apps/kyberswap-interface/src/pages/Earns/UserPositions/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ const UserPositions = () => {
382382
/>
383383

384384
{filters.chainIds?.split(',').includes(ChainId.BASE.toString()) && (
385-
<Text color={theme.subText} fontSize={12} fontStyle={'italic'}>
385+
<Text color={theme.primary} fontSize={12} fontStyle={'italic'}>
386386
Kyber Earn data on Base is being updated. This may take a moment and will be available again at 1:00 AM UTC
387387
on 20 Nov 2025 — thank you for your patience.
388388
</Text>

0 commit comments

Comments
 (0)