feat(gui): Clickable addresses to copy to clipboard (#38)

This commit is contained in:
Einliterflasche 2024-08-29 14:28:23 +02:00 committed by GitHub
parent 1b1fe0add5
commit ff1ded55ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 405 additions and 37 deletions

View file

@ -34,6 +34,11 @@ const theme = createTheme({
disableRipple: true,
},
},
typography: {
overline: {
textTransform: 'none', // This prevents the text from being all caps
},
}
});
function InnerContent() {