Stars style fix
This commit is contained in:
parent
8dd443be17
commit
8a5a4ad596
|
@ -14,7 +14,7 @@ import {
|
||||||
import { ColumnsType } from 'antd/lib/table';
|
import { ColumnsType } from 'antd/lib/table';
|
||||||
import {
|
import {
|
||||||
CopyOutlined,
|
CopyOutlined,
|
||||||
StarOutlined,
|
StarFilled,
|
||||||
ArrowRightOutlined,
|
ArrowRightOutlined,
|
||||||
EditOutlined,
|
EditOutlined,
|
||||||
CheckCircleFilled,
|
CheckCircleFilled,
|
||||||
|
@ -139,7 +139,7 @@ const Hub = () => {
|
||||||
)}
|
)}
|
||||||
{(tune as any).authorUsername}
|
{(tune as any).authorUsername}
|
||||||
</Space>
|
</Space>
|
||||||
</Link>, {tune.updated}, {tune.stars} <StarOutlined />
|
</Link>, {tune.updated}, {tune.stars} <StarFilled />
|
||||||
</Text>
|
</Text>
|
||||||
<Text>{tune.engineMake}, {tune.engineCode}, {tune.displacement}, {tune.cylindersCount} cylinders, {tune.aspiration}</Text>
|
<Text>{tune.engineMake}, {tune.engineCode}, {tune.displacement}, {tune.cylindersCount} cylinders, {tune.aspiration}</Text>
|
||||||
<Text italic>{tune.signature}</Text>
|
<Text italic>{tune.signature}</Text>
|
||||||
|
@ -222,9 +222,10 @@ const Hub = () => {
|
||||||
responsive: ['sm'],
|
responsive: ['sm'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: <StarOutlined />,
|
title: <StarFilled />,
|
||||||
dataIndex: 'stars',
|
dataIndex: 'stars',
|
||||||
key: 'stars',
|
key: 'stars',
|
||||||
|
width: 60,
|
||||||
responsive: ['sm'],
|
responsive: ['sm'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue