Skip to content

Commit f4e04bc

Browse files
committed
chore: Show string in bold in AccessSearchInputField
1 parent 4fbeb1b commit f4e04bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web-frontend/src/elements/common/AccessionSearchInputField.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ function AccessionSearchInputField({
6565
...style,
6666
}}
6767
>
68-
<label style={{ marginRight: 20 }}>Go to accession:</label>
68+
<label style={{ marginRight: 20, fontWeight: 'bold' }}>
69+
Go to accession:
70+
</label>
6971
<Input
7072
type="text"
7173
placeholder="e.g. MSBNK-AAFC-AC000114"

0 commit comments

Comments
 (0)