fix(ui): change stats title a bit

This commit is contained in:
nick-delirium 2023-10-16 15:09:52 +02:00
parent 7d4bbf733e
commit 01a833a257

View file

@ -233,7 +233,7 @@ function AssistStats() {
<Typography.Text strong style={{ marginBottom: 0 }}>
{chartNames[i]}
</Typography.Text>
<div className={'flex gap-2 items-center'}>
<div className={'flex gap-1 items-center'}>
<Typography.Title style={{ marginBottom: 0 }} level={5}>
{graphs.currentPeriod[i]
? durationFromMsFormatted(graphs.currentPeriod[i])