diff --git a/.changeset/rich-eggs-talk.md b/.changeset/rich-eggs-talk.md new file mode 100644 index 000000000..e863378b5 --- /dev/null +++ b/.changeset/rich-eggs-talk.md @@ -0,0 +1,5 @@ +--- +"gitbook": patch +--- + +Change OpenAPI schema-optional from `info` to `tint` color diff --git a/packages/gitbook/src/components/DocumentView/OpenAPI/style.css b/packages/gitbook/src/components/DocumentView/OpenAPI/style.css index f0371016e..601885c5d 100644 --- a/packages/gitbook/src/components/DocumentView/OpenAPI/style.css +++ b/packages/gitbook/src/components/DocumentView/OpenAPI/style.css @@ -210,7 +210,7 @@ } .openapi-schema-optional { - @apply text-info-subtle text-[0.813rem] lowercase; + @apply text-tint-subtle text-[0.813rem] lowercase; } .openapi-schema-readonly {