Skip to content

Commit 2a805cc

Browse files
authored
Change OpenAPI schema-optional from info to tint color (#3194)
1 parent 89a5816 commit 2a805cc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/rich-eggs-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gitbook": patch
3+
---
4+
5+
Change OpenAPI schema-optional from `info` to `tint` color

packages/gitbook/src/components/DocumentView/OpenAPI/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
}
211211

212212
.openapi-schema-optional {
213-
@apply text-info-subtle text-[0.813rem] lowercase;
213+
@apply text-tint-subtle text-[0.813rem] lowercase;
214214
}
215215

216216
.openapi-schema-readonly {

0 commit comments

Comments
 (0)