fix: modify filter close icon color (#356)

This commit is contained in:
SemmyWong 2022-05-03 20:55:25 +08:00 committed by GitHub
parent 1da9005ebf
commit 4e43e883ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ export const FilterItem = observer((props: any) => {
},
})}
<a>
<CloseCircleOutlined onClick={() => remove()} />
<CloseCircleOutlined onClick={() => remove()} style={{ color: '#bfbfbf' }} />
</a>
</Space>
</div>