This commit is contained in:
tapframe 2026-01-09 00:44:40 +05:30
commit fd1e303403

View file

@ -190,7 +190,15 @@ const styles = StyleSheet.create({
fontSize: 12,
marginTop: 2,
},
libraryBadge: {},
libraryBadge: {
position: 'absolute',
top: 8,
left: 8,
borderRadius: 8,
padding: 4,
zIndex: 2,
backgroundColor: 'transparent',
},
watchedIndicator: {},
});