notion-dotnet / notion-sdk-net

A Notion SDK for .Net
MIT License
181 stars 46 forks source link

Make Color property nullable #302

Closed KoditkarVedant closed 2 years ago

KoditkarVedant commented 2 years ago

Before 3.1.0 we can pass Color as null and also it can be null. When we recently changed to Enum from string type this got lost in the process.