UI/UX improvements in laconic wallet web app #3

Merged
nabarun merged 6 commits from deep-stack/laconic-wallet-web:iv-ui-improvements into main 2024-07-29 11:26:10 +00:00
2 changed files with 7 additions and 2 deletions
Showing only changes of commit e6f74ec40f - Show all commits

View File

@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Laconic Wallet</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -50,7 +50,12 @@ const ShowPKDialog = () => {
</TouchableOpacity>
</View>
<View>
<Dialog open={showPKDialog} onClose={hideShowPKDialog}>
<Dialog
open={showPKDialog}
onClose={hideShowPKDialog}
PaperProps={{
style: { maxWidth: '40%' }
}}>
<DialogTitle>
{!privateKey ? (
<Typography>Show Private Key?</Typography>