style : update tampilan

This commit is contained in:
lukman
2024-09-02 17:32:59 +08:00
parent 5b0c3f54e9
commit a3539f50ef
13 changed files with 121 additions and 58 deletions

View File

@@ -111,7 +111,7 @@ export default function TabListMember() {
<Avatar src={`/api/file/img?cat=user&file=${v.img}`} size={50} alt="image" />
</Box>
<Box>
<Text fw={'bold'} c={WARNA.biruTua}>{_.startCase(v.name)}</Text>
<Text fw={'bold'} c={WARNA.biruTua} lineClamp={1}>{_.startCase(v.name)}</Text>
<Text fw={'lighter'} fz={12}>{v.group + ' - ' + v.position}</Text>
</Box>
</Group>