Remove blur view.

This commit is contained in:
Patrick Fic
2025-10-21 13:16:03 -07:00
parent 31d151c3b4
commit 044be62f3d
3 changed files with 4 additions and 10 deletions

View File

@@ -126,12 +126,7 @@ const styles = StyleSheet.create({
},
progressText: {
flex: 1,
flexShrink: 1, // allow shrinking so ellipsis can appear
minWidth: 0, // ensures proper shrinking inside a flex row (especially on web)
// (Optional) If you find web still not clipping, you can uncomment the next lines:
// overflow: 'hidden',
// textOverflow: 'ellipsis',
// whiteSpace: 'nowrap',
flexShrink: 1,
},
progressBarContainer: {
flex: 3,