backtest: fix mantine radius

This commit is contained in:
c9s 2022-06-07 22:30:43 +08:00
parent 9c0c442f58
commit 94412d8902
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -67,7 +67,7 @@ function StatsGridIcons({data}: StatsGridIconsProps) {
variant="light" variant="light"
sx={(theme) => ({color: stat.dir == "up" ? theme.colors.teal[6] : theme.colors.red[6]})} sx={(theme) => ({color: stat.dir == "up" ? theme.colors.teal[6] : theme.colors.red[6]})}
size={16} size={16}
radius="sx" radius="xs"
> >
<DirIcon size={16}/> <DirIcon size={16}/>
</ThemeIcon> </ThemeIcon>