notion-dotnet / notion-sdk-net

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

Make color enum property nullable #304

Closed KoditkarVedant closed 2 years ago

KoditkarVedant commented 2 years ago

Description

Before we converted Color property from string to Enum in release 3.1.0 they can be null and we can set it to null but however when we switched to Enum we lost that ability. This pull request make sure we have ability to set it to null

Fixes # (issue)

302

Type of change

Checklist: