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.
1 parent af1488c commit 708eeb3Copy full SHA for 708eeb3
example/src/styles.ts
@@ -65,12 +65,6 @@ const styles = (params: StyleSheetParams = {}) =>
65
tintColor: Colors.pink,
66
alignSelf: 'flex-end',
67
},
68
- stopAllButton: {
69
- height: scale(22),
70
- width: scale(22),
71
- tintColor: Colors.pink,
72
- alignSelf: 'flex-end',
73
- },
74
staticWaveformView: {
75
flex: 1,
76
height: scale(75),
@@ -123,9 +117,6 @@ const styles = (params: StyleSheetParams = {}) =>
123
117
color: Colors.pink,
124
118
paddingLeft: scale(8),
125
119
126
- loadingText: {
127
- color: Colors.black,
128
129
120
speedBox: {
130
121
height: scale(28),
131
122
width: scale(28),
0 commit comments