Skip to content

Commit 708eeb3

Browse files
committed
chore: remove unused styles
1 parent af1488c commit 708eeb3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

example/src/styles.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ const styles = (params: StyleSheetParams = {}) =>
6565
tintColor: Colors.pink,
6666
alignSelf: 'flex-end',
6767
},
68-
stopAllButton: {
69-
height: scale(22),
70-
width: scale(22),
71-
tintColor: Colors.pink,
72-
alignSelf: 'flex-end',
73-
},
7468
staticWaveformView: {
7569
flex: 1,
7670
height: scale(75),
@@ -123,9 +117,6 @@ const styles = (params: StyleSheetParams = {}) =>
123117
color: Colors.pink,
124118
paddingLeft: scale(8),
125119
},
126-
loadingText: {
127-
color: Colors.black,
128-
},
129120
speedBox: {
130121
height: scale(28),
131122
width: scale(28),

0 commit comments

Comments
 (0)