Skip to content

Commit fb07da5

Browse files
Merge pull request #467 from kkuepper/feature/466_default_background
add DefaultBackground color
2 parents d7b76c8 + 040e2ae commit fb07da5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Src/Notion.Client/Models/Blocks/Color.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ public enum Color
3636
[EnumMember(Value = "red")]
3737
Red,
3838

39+
[EnumMember(Value = "default_background")]
40+
DefaultBackground,
41+
3942
[EnumMember(Value = "gray_background")]
4043
GrayBackground,
4144

0 commit comments

Comments
 (0)