Increase branch badge max width to 40%

This commit is contained in:
Mohamed Boudra
2026-01-29 11:19:51 +07:00
parent edc67ba5f7
commit a21e070647

View File

@@ -743,7 +743,7 @@ const styles = StyleSheet.create((theme) => ({
},
branchBadge: {
minWidth: 20,
maxWidth: "30%",
maxWidth: "40%",
height: 20,
paddingHorizontal: theme.spacing[2],
borderRadius: theme.borderRadius.md,