Skip to content

Commit a5eda00

Browse files
committed
Dark mode for write-only
1 parent c3afffb commit a5eda00

File tree

1 file changed

+1
-1
lines changed
  • packages/gitbook/src/components/DocumentView/OpenAPI

1 file changed

+1
-1
lines changed

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-writeonly {
213-
@apply text-success text-[0.813rem];
213+
@apply text-success dark:text-success-subtle/9 text-[0.813rem];
214214
}
215215

216216
.openapi-schema-type {

0 commit comments

Comments
 (0)