We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbeb1b commit f4e04bcCopy full SHA for f4e04bc
web-frontend/src/elements/common/AccessionSearchInputField.tsx
@@ -65,7 +65,9 @@ function AccessionSearchInputField({
65
...style,
66
}}
67
>
68
- <label style={{ marginRight: 20 }}>Go to accession:</label>
+ <label style={{ marginRight: 20, fontWeight: 'bold' }}>
69
+ Go to accession:
70
+ </label>
71
<Input
72
type="text"
73
placeholder="e.g. MSBNK-AAFC-AC000114"
0 commit comments