Skip to content

Commit 839f678

Browse files
committed
fix bug with classname on estimated balance value label
1 parent d1ed314 commit 839f678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/TokenList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export function TokenList() {
258258
</Tooltip>
259259
</TooltipProvider>
260260
</div>
261-
<span className='text-primary-foreground'>
261+
<span className='foreground'>
262262
<NumberFormat
263263
value={totalUsdBalance}
264264
style='currency'

0 commit comments

Comments
 (0)