Skip to content

Commit af4d4e7

Browse files
committed
fix: update generated-schema.graphql
1 parent 1a0eb58 commit af4d4e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api/generated-schema.graphql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -940,14 +940,14 @@ type Theme {
940940
"""Whether to show the banner gradient"""
941941
showBannerGradient: Boolean!
942942

943-
"""The background color of the header"""
944-
headerBackgroundColor: String!
945-
946943
"""Whether to show the description in the header"""
947944
showHeaderDescription: Boolean!
948945

946+
"""The background color of the header"""
947+
headerBackgroundColor: String
948+
949949
"""The text color of the header"""
950-
headerPrimaryTextColor: String!
950+
headerPrimaryTextColor: String
951951

952952
"""The secondary text color of the header"""
953953
headerSecondaryTextColor: String

0 commit comments

Comments
 (0)