Skip to content

Commit 4da3eb7

Browse files
authored
Merge pull request #709 from dkackman/estimated-balance-display-bug-
fix bug with classname on estimated balance value label
2 parents d1ed314 + 839f678 commit 4da3eb7

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)