Skip to content

Commit

Permalink
chore: smaller button in ReserveChange mutation display
Browse files Browse the repository at this point in the history
  • Loading branch information
N3TC4T committed Nov 12, 2024
1 parent 7a436fb commit 0298a97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Modules/MutationWidgets/ReserveChange.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class ReserveChange extends PureComponent<Props, State> {
</View>

<View style={AppStyles.paddingBottomSml}>
<Text style={[AppStyles.baseText, AppStyles.textCenterAligned]}>
<Text style={[AppStyles.subtext, AppStyles.textCenterAligned]}>
{action === OperationActions.INC
? Localize.t('events.thisTransactionIncreaseAccountReserve', {
ownerReserve: value,
Expand All @@ -139,8 +139,8 @@ class ReserveChange extends PureComponent<Props, State> {
</Text>
</View>
<Button
roundedSmall
secondary
roundedMini
light
label={Localize.t('events.myBalanceAndReserve')}
onPress={this.showBalanceExplain}
/>
Expand Down

0 comments on commit 0298a97

Please sign in to comment.