We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tintColor
1 parent 23365d5 commit c164249Copy full SHA for c164249
example/src/App.tsx
@@ -313,7 +313,7 @@ const AppContainer = () => {
313
disabled={!nbOfRecording}>
314
<Image
315
source={Icons.delete}
316
- style={styles.buttonImage}
+ style={styles.pinkButtonImage}
317
resizeMode="contain"
318
/>
319
<Text style={styles.deleteRecordingTitle}>
example/src/styles.ts
@@ -54,6 +54,12 @@ const styles = (params: StyleSheetParams = {}) =>
54
tintColor: Colors.white,
55
alignSelf: 'flex-end',
56
},
57
+ pinkButtonImage: {
58
+ height: scale(22),
59
+ width: scale(22),
60
+ tintColor: Colors.pink,
61
+ alignSelf: 'flex-end',
62
+ },
63
staticWaveformView: {
64
flex: 1,
65
height: scale(75),
0 commit comments