Commit 22f4d51e authored by Neosoulink's avatar Neosoulink
Browse files

refactor: minor

parent 1e825839
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -62,11 +62,10 @@ const STYLES = StyleSheet.create({
	},
	loaderContainer: { ...GS.h100, ...GS.centered, flex: 1 },
	cardImg: {
		...GS.shadowSm,
		width: 40,
		height: 40,
		borderRadius: 20,
		resizeMode: 'contain',
		resizeMode: 'cover',
	},
	cardTextContent: {
		flex: 1,