improvements
This commit is contained in:
@@ -37,7 +37,7 @@ export const MatchSlot: React.FC<MatchSlotProps> = ({
|
||||
<Text
|
||||
size={team.name.length > 12 ? (team.name.length > 18 ? '10px' : '11px') : 'xs'}
|
||||
truncate
|
||||
style={{ minWidth: 0, flex: 1 }}
|
||||
style={{ minWidth: 0, flex: 1, lineHeight: "12px" }}
|
||||
>
|
||||
{team.name}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user