원하는 색으로 커스텀
import { ConfigProvider } from 'antd';
<ConfigProvider theme={{ token: { colorPrimary: '#999', }, }}>
<></>
</ConfigProvider>