feat: use pink color

This commit is contained in:
karishmas6
2024-03-07 03:59:40 +05:30
parent 961217acd5
commit bd40fe46fb

View File

@@ -7,7 +7,7 @@ const App = () => (
<ConfigProvider <ConfigProvider
theme={{ theme={{
token: { token: {
colorPrimary: '#00b96b', colorPrimary: '#ff00c3',
borderRadius: 2, borderRadius: 2,
}, },
}} }}