mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-27 03:50:54 -04:00
make account creation buttons green
This commit is contained in:
parent
e4e118f70c
commit
4f9e39410d
2 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,7 @@ public class CryptoAccountsView extends PaymentAccountsView<GridPane, CryptoAcco
|
|||
Tuple3<Button, Button, Button> tuple3 = add3ButtonsAfterGroup(root, ++gridRow, Res.get("shared.addNewAccount"),
|
||||
Res.get("shared.ExportAccounts"), Res.get("shared.importAccounts"));
|
||||
addAccountButton = tuple3.first;
|
||||
addAccountButton.setId("buy-button-big");
|
||||
exportButton = tuple3.second;
|
||||
importButton = tuple3.third;
|
||||
}
|
||||
|
|
|
@ -462,6 +462,7 @@ public class TraditionalAccountsView extends PaymentAccountsView<GridPane, Tradi
|
|||
Tuple3<Button, Button, Button> tuple3 = add3ButtonsAfterGroup(root, ++gridRow, Res.get("shared.addNewAccount"),
|
||||
Res.get("shared.ExportAccounts"), Res.get("shared.importAccounts"));
|
||||
addAccountButton = tuple3.first;
|
||||
addAccountButton.setId("buy-button-big");
|
||||
exportButton = tuple3.second;
|
||||
importButton = tuple3.third;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue