Skip to content

Commit 49f6218

Browse files
Alejandro Celayaacelaya
authored andcommitted
Improve contrast ratio in annotation textarea
1 parent a1f38f3 commit 49f6218

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/preset-react": "^7.0.0",
1515
"@babel/preset-typescript": "^7.16.7",
1616
"@hypothesis/frontend-build": "^3.0.0",
17-
"@hypothesis/frontend-shared": "^9.2.0",
17+
"@hypothesis/frontend-shared": "^9.2.1",
1818
"@hypothesis/frontend-testing": "^1.3.1",
1919
"@npmcli/arborist": "^9.0.0",
2020
"@octokit/rest": "^21.0.0",

src/sidebar/components/MarkdownEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ function TextArea({
326326
<textarea
327327
className={classnames(
328328
'border rounded p-2',
329-
'text-color-text-light bg-grey-0',
329+
'placeholder:text-grey-6 bg-grey-0',
330330
'focus:bg-white focus:outline-none focus:shadow-focus-inner',
331331
classes,
332332
)}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,15 +2504,15 @@ __metadata:
25042504
languageName: node
25052505
linkType: hard
25062506

2507-
"@hypothesis/frontend-shared@npm:^9.2.0":
2508-
version: 9.2.0
2509-
resolution: "@hypothesis/frontend-shared@npm:9.2.0"
2507+
"@hypothesis/frontend-shared@npm:^9.2.1":
2508+
version: 9.2.1
2509+
resolution: "@hypothesis/frontend-shared@npm:9.2.1"
25102510
dependencies:
25112511
highlight.js: ^11.6.0
25122512
wouter-preact: ^3.0.0
25132513
peerDependencies:
25142514
preact: ^10.25.1
2515-
checksum: 1775cf2ce3fe463076973e41c271707a786169ab6a271e91be642dc6beb5a8dec3d1513a313c19a647b1341c7529fc2aef1a71b836232eea0dc208ebdbb08939
2515+
checksum: fe7c87658069722ae16053591daec238d4725e77656fd609e4f9a9c842f4f760882b922cdbbb7f7807d20a43b05787ebbc659c658179f0bf49a98b47c906e18b
25162516
languageName: node
25172517
linkType: hard
25182518

@@ -9020,7 +9020,7 @@ __metadata:
90209020
"@babel/preset-react": ^7.0.0
90219021
"@babel/preset-typescript": ^7.16.7
90229022
"@hypothesis/frontend-build": ^3.0.0
9023-
"@hypothesis/frontend-shared": ^9.2.0
9023+
"@hypothesis/frontend-shared": ^9.2.1
90249024
"@hypothesis/frontend-testing": ^1.3.1
90259025
"@npmcli/arborist": ^9.0.0
90269026
"@octokit/rest": ^21.0.0

0 commit comments

Comments
 (0)