mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
FIX: Fixed rotation of Bolt
This commit is contained in:
parent
205bbd5b1b
commit
2ad15c0427
2 changed files with 3 additions and 5 deletions
|
@ -532,7 +532,6 @@ const stylesBlueIcon = StyleSheet.create({
|
|||
height: 30,
|
||||
borderRadius: 15,
|
||||
backgroundColor: '#d2f8d6',
|
||||
transform: [{ rotate: '-45deg' }],
|
||||
},
|
||||
ballReceive: {
|
||||
width: 30,
|
||||
|
@ -546,7 +545,6 @@ const stylesBlueIcon = StyleSheet.create({
|
|||
height: 30,
|
||||
borderRadius: 15,
|
||||
backgroundColor: '#f8d2d2',
|
||||
transform: [{ rotate: '225deg' }],
|
||||
},
|
||||
ballOutgoingWithoutRotate: {
|
||||
width: 30,
|
||||
|
@ -673,7 +671,7 @@ export class BlueTransactionOffchainIcon extends Component {
|
|||
size={16}
|
||||
type="font-awesome"
|
||||
color="#d0021b"
|
||||
iconStyle={{ left: 0, top: 7, transform: [{ rotate: '155deg' }] }}
|
||||
iconStyle={{ left: 0, top: 7 }}
|
||||
/>
|
||||
</View>
|
||||
</View>
|
||||
|
@ -694,7 +692,7 @@ export class BlueTransactionOffchainIncomingIcon extends Component {
|
|||
size={16}
|
||||
type="font-awesome"
|
||||
color="#37c0a1"
|
||||
iconStyle={{ left: 0, top: 7, transform: [{ rotate: '45deg' }] }}
|
||||
iconStyle={{ left: 0, top: 7 }}
|
||||
/>
|
||||
</View>
|
||||
</View>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>186</string>
|
||||
<string>187</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue