2
0

💄 Fix router progress bar color for dark mode

This commit is contained in:
Baptiste Arnaud
2022-12-22 12:00:58 +01:00
parent c3985b0d50
commit e55823e011
2 changed files with 8 additions and 49 deletions

View File

@ -41,7 +41,7 @@ const App = ({
position: 'bottom-right',
status: 'success',
title: 'Upgrade success!',
description: `Workspace upgraded to ${toTitleCase(status)} 🎉`,
description: `Workspace upgraded to ${toTitleCase(newPlan)} 🎉`,
})
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [isReady])