mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-20 02:53:00 -05:00
feat(gui): Clickable addresses to copy to clipboard (#38)
This commit is contained in:
parent
1b1fe0add5
commit
ff1ded55ba
14 changed files with 405 additions and 37 deletions
|
|
@ -34,6 +34,11 @@ const theme = createTheme({
|
|||
disableRipple: true,
|
||||
},
|
||||
},
|
||||
typography: {
|
||||
overline: {
|
||||
textTransform: 'none', // This prevents the text from being all caps
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
function InnerContent() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue