Commit e9b703e 1 parent 7347a18 commit e9b703e Copy full SHA for e9b703e
File tree 2 files changed +17
-5
lines changed
2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 10
10
</p >
11
11
<p
12
12
class =" deposit-dialog__custody-notice deposit-dialog__custody-notice--bold"
13
- >Only you have access to these funds.</p >
13
+ >
14
+ Only you have access to these funds.
15
+ </p >
14
16
<AmountInput
15
17
class =" deposit-dialog__amount-input"
16
18
:amount =" depositAmount"
21
23
/>
22
24
</main >
23
25
<footer class =" deposit-dialog__actions" >
24
- <m-button class =" deposit-dialog__actions__cancel-button" @click =" cancelDeposit" >Cancel</m-button >
26
+ <m-button
27
+ class =" deposit-dialog__actions__cancel-button"
28
+ @click =" cancelDeposit"
29
+ >Cancel</m-button
30
+ >
25
31
<m-button
26
32
class =" deposit-dialog__actions__accept-button"
27
33
raised
28
34
@click =" acceptDeposit"
29
- >Deposit</m-button >
35
+ >Deposit</m-button
36
+ >
30
37
</footer >
31
38
</section >
32
39
</section >
Original file line number Diff line number Diff line change 10
10
</p >
11
11
</main >
12
12
<footer class =" withdraw-dialog__actions" >
13
- <m-button class =" withdraw-dialog__actions__cancel-button" @click =" cancelWithdrawal" >Cancel</m-button >
13
+ <m-button
14
+ class =" withdraw-dialog__actions__cancel-button"
15
+ @click =" cancelWithdrawal"
16
+ >Cancel</m-button
17
+ >
14
18
<m-button
15
19
class =" withdraw-dialog__actions__accept-button"
16
20
raised
17
21
@click =" startWithdrawal"
18
- >Withdraw</m-button >
22
+ >Withdraw</m-button
23
+ >
19
24
</footer >
20
25
</section >
21
26
</section >
You can’t perform that action at this time.
0 commit comments