mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
backtest: fix mantine radius
This commit is contained in:
parent
9c0c442f58
commit
94412d8902
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user