We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f75d8 commit 22c5db8Copy full SHA for 22c5db8
package/src/components/UIComponents/SwipableWrapper.tsx
@@ -166,16 +166,4 @@ const styles = StyleSheet.create({
166
overflow: 'hidden',
167
width: 0,
168
},
169
- actionLabel: {
170
- color: 'white',
171
- fontSize: 12,
172
- marginTop: 4,
173
- textAlign: 'center',
174
- },
175
- destructiveAction: {
176
- backgroundColor: '#ef4444',
177
178
- standardAction: {
179
- backgroundColor: '#64748b',
180
181
});
0 commit comments