When calling rLogin.showWalletInfo the modal that opens always show up using the default theme.
But if the theme was changed on rLogin before calling showWalletInfo, it's expected that the dialog will show in the new theme.
This is not the case, the dialog is shown always using the defaultTheme.
Reproduce it:
- Start rLogin with a default theme of dark mode
- Open rLogin
- Change the theme to light mode
- Connect to metamask
- Click a button that calls
showWalletInfo
- Watch that the dialog is loaded with dark mode instead of light mode