Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(swap): confirm tx summary text color #3487

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Conversation

banklesss
Copy link
Contributor

Description / Change(s) / Related issue(s)

wrong text color in swap tx summary

Ticket

YOMO-1814

Note

Please create the ticket if missing it.

@banklesss banklesss self-assigned this Aug 2, 2024
@github-actions github-actions bot added the fix label Aug 2, 2024
@@ -29,6 +29,7 @@ export const TxList = (props: Props) => {

React.useEffect(() => {
setLoadedTxs(filteredTransactions.slice(0, currentIndex + batchSize))
setCurrentIndex(currentIndex + batchSize)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix for the tx list order 👀

@stackchain stackchain merged commit a033ad6 into develop Aug 5, 2024
3 checks passed
@stackchain stackchain deleted the fix/swap-confirm-tx branch August 5, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants