Skip to content

Commit 22c5db8

Browse files
committed
fix: remove unnecessary styles
1 parent 57f75d8 commit 22c5db8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

package/src/components/UIComponents/SwipableWrapper.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,4 @@ const styles = StyleSheet.create({
166166
overflow: 'hidden',
167167
width: 0,
168168
},
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-
},
181169
});

0 commit comments

Comments
 (0)