CustomAmountChoiceBottomSheet: update UI

This commit is contained in:
2025-12-17 01:04:45 +03:00
parent 76a06cc3ee
commit c369807f40
6 changed files with 157 additions and 47 deletions

View File

@@ -46,3 +46,10 @@
width: 24px;
height: 24px;
}
.summaryRow {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 16px;
}