File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/kyberswap-interface/src/pages/Earns Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments