Skip to content

Commit 57916a9

Browse files
byteakpcastastrophe
authored andcommitted
Update the value of --spectrum-cjk-font to reference --spectrum-cjk-font-family-stack.
1 parent 45f91e9 commit 57916a9

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ chromatic.config.json
4747
!.yarn/releases
4848
!.yarn/sdks
4949
!.yarn/versions
50+
51+
.cursor/rules/nx-rules.mdc
52+
.github/instructions/nx.instructions.md

.vscode/mcp.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"servers": {
3+
"nx-mcp": {
4+
"type": "http",
5+
"url": "http://localhost:9835/mcp"
6+
}
7+
}
8+
}

.vscode/settings.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,19 +150,19 @@
150150
"githubPullRequests.queries": [
151151
{
152152
"label": "Waiting for my review",
153-
"query": "is:open review-requested:${user}"
153+
"query": "repo:${owner}/${repository} is:open review-requested:${user}"
154154
},
155155
{
156156
"label": "Assigned to me",
157-
"query": "is:open assignee:${user}"
157+
"query": "repo:${owner}/${repository} is:open assignee:${user}"
158158
},
159159
{
160160
"label": "Created by me",
161-
"query": "is:open author:${user}"
161+
"query": "repo:${owner}/${repository} is:open author:${user}"
162162
},
163163
{
164164
"label": "Mentioned me",
165-
"query": "is:open mentions:${user}"
165+
"query": "repo:${owner}/${repository} is:open mentions:${user}"
166166
}
167167
],
168168
"js/ts.implicitProjectConfig.experimentalDecorators": true,
@@ -184,5 +184,6 @@
184184
".storybook/deprecated/*/*.mdx",
185185
"components/*/stories/*.stories.js",
186186
"components/*/stories/*.mdx"
187-
]
187+
],
188+
"nxConsole.generateAiAgentRules": true
188189
}

tokens/custom/global-vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
--spectrum-font-size: var(--spectrum-font-size-100);
5656

5757
--spectrum-cjk-font-family-stack: adobe-clean-han-japanese, var(--spectrum-cjk-font-family), sans-serif;
58-
--spectrum-cjk-font: var(--spectrum-code-font-family-stack);
58+
--spectrum-cjk-font: var(--spectrum-cjk-font-family-stack);
5959

6060
/* static white / black background color for docs containers */
6161
--spectrum-docs-static-white-background-color: rgb(15 121 125);

0 commit comments

Comments
 (0)