Skip to content

Commit 040e2ae

Browse files
committed
add DefaultBackground color
1 parent d7b76c8 commit 040e2ae

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)