diff --git a/tauri-wallet/src/routes/balance.tsx b/tauri-wallet/src/routes/balance.tsx
index c226537907..85e6b6cfff 100644
--- a/tauri-wallet/src/routes/balance.tsx
+++ b/tauri-wallet/src/routes/balance.tsx
@@ -6,6 +6,7 @@ import { NoClientError } from '../components/NoClientError'
import { Confirmation } from '../components/Confirmation'
import { ClientContext } from '../context/main'
import { Alert } from '@material-ui/lab'
+import { theme } from '../theme'
export const Balance = () => {
const { client } = useContext(ClientContext)
@@ -25,6 +26,7 @@ export const Balance = () => {
SuccessMessage={