Skip to content

Commit cda73df

Browse files
committed
prettier
1 parent d15ead4 commit cda73df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/graphiql-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The `useGraphiQLActions` hook **exposes all actions** across store slices.
9797
The `useGraphiQL` hook **provides access to the following store slices**:
9898

9999
| Store Slice | Responsibilities |
100-
|------------------------------------------| --------------------------------------------------------------------------------------------------------- |
100+
| ---------------------------------------- | --------------------------------------------------------------------------------------------------------- |
101101
| [`storage`](./src/stores/storage.ts) | Provides a storage API that can be used to persist state in the browser (by default using `localStorage`) |
102102
| [`editor`](./src/stores/editor.ts) | Manages **query**, **variables**, **headers**, and **response** editors and tabs |
103103
| [`execution`](./src/stores/execution.ts) | Handles the execution of GraphQL requests |

packages/graphiql-react/src/style/editor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
input:focus-visible {
2424
outline-color: hsl(var(--color-primary));
2525
}
26-
26+
2727
/* Command pallet F1 styles */
2828
.overflow-guard {
2929
overflow: unset !important;
3030
}
31-
31+
3232
.quick-input-widget {
3333
min-width: min(500px, 70vw) !important;
3434
box-shadow: none !important;

0 commit comments

Comments
 (0)